... p_ThisRecordID)
Label: Fn - Maintenance - Related List - Zoho Sign Documents
Trigger: On load of a maintenance record
Purpose: Function used to generate a related list of ZohoSign ...
... "Next"
Give it the following code:
// attempt
try {
// get the ID of this record
var v_ThisRecordID = $Page.record_id;
// get the full name of this contact (not sure why this ...
... = l_SortingKeys.sort(false);
for each v_SortKey in l_SortedKeysDesc
{
m_ThisRecord = m_UnsortedRecords.get(v_SortKey);
info m_ThisRecord;
}
Recap
The original sample data l_MyListUnsorted ...
... a duration, we will work out the requested start and end time:
req_StartTime = input.Date_Field;
req_Duration = 90;
bool_doubleBooked=false;
for each thisRecord in allRecords
{
thisRecord_StartTime ...
What?
An article on how to quickly adapt an array code and sort by its values. Surprising how many examples are on the web and everyone saying you're doing it wrong... Which is true but quite unhelpful. ...
...
' '
)
)
)) AS NotAlphaNumeric
FROM
YourDataSetTable
WHERE
ThisRecord = :UserSpecifiedID
-- where :UserSpecifiedID is one of the report parameters (Oracle local variable)
-- ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.