Abs
Mon 01 January 2018Syntax
Abs(x)
Description
Use the Abs function to return a decimal value equal to the absolute value of a number x .
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| x | 
      Specify the number you want the decimal value for.  | 
   
AccruableDays
Syntax
AccruableDays(StartDate, EndDate, Accrual_Conv)
Description
Use the AccruableDays function to return the number of days during which interest can accrue in a given range of time according to the Accrual_Conv parameter.
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| StartDate | 
      The beginning of the time period for determining the accrual. This parameter ...  | 
AccrualFactor
Syntax
AccrualFactor(StartDate, EndDate, Accrual_Conv)
Description
Use the AccrualFactor function to compute a factor that's equal to the number of years of interest accrued during a date range, according to Accrual_Conv parameter.
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| StartDate | 
      The beginning of the time period for determining the accrual. This ...  | 
Acos
Syntax
Acos(value)
Description
Use the Acos function to calculate the arccosine of the given value, that is, the size of the angle whose cosine is that value.
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| value | 
      Any real number between -1.00 and 1.00 inclusive, the range of valid cosine values ...  | 
ActiveRowCount
Syntax
ActiveRowCount(Scrollpath)
 Where scrollpath is:
[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ]] RECORD.target_recname
To prevent ambiguous references, you can use SCROLL. scrollname , where scrollname is the same as the scroll levelâs primary record name.
Description
Use the ActiveRowCount function to return the number of active (non-deleted) rows for ...
AddAttachment
Syntax
AddAttachment(URLDestination, DirAndFilePrefix, FileType, UserFileName[, MaxSize [, PreserveCase[, UploadPageTitle[, AllowLargeChunks]]]])
Description
Use the AddAttachment function to upload one file from an end user specified location (local storage or cloud storage) to a specified storage location. To upload more than one file with a single function call, use the MAddAttachment function ...
AddEmailAddress
Syntax
AddEmailAddress(Type, Address [, Primary])
Description
Use the AddEmailAddress function to add an email address for the current user. You can only add one email address of a specific type for a user. If you try to add an email address for a type that is already associated with an ...
AddJavaScript
Syntax
AddJavaScript(HTML.JS_NAME)
Description
Use the AddJavaScript function to add JavaScript to the HTML document for the page or component.
Important! Use this function within fluid applications only.
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| HTML. JS_NAME | 
      Specifies the JavaScript code as an HTML object stored in the database.  | 
   
Returns
None.
AddKeyListItem
Syntax
AddKeyListItem(field, value)
Description
Use the AddKeyListItem to add a new key field and its value to the current list of keys. It enables PeopleCode to help users navigate through related pages without being prompted for key values. A common use of AddKeyListItem is to add a field to ...
AddMetaTag
Syntax
AddMetaTag(tag_name, tag_value)
Description
Use the AddMetaTag function to add a meta tag to the HTML document for the page or component.
Important! Use this function within fluid applications only.
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| tag_name | 
      Specifies the name of the meta tag as a string value.  | 
   
| tag_value | 
      Specifies ...  |