SetTransferAttributes
Mon 01 January 2018Syntax
SetTransferAttributes(enable_animation, [add_to_history], [back_label], [user_data], [qry_string_array])
Description
Use the SetTransferAttributes function to set certain transfer-related properties when executing a transfer to a different page or component. SetTransferAttributes can be invoked prior to the transfer (for example, in a FieldChange program) or after the transfer in the target component (for example, in a page Activate program).
Parameters
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| enable_animation | 
      Specifies a Boolean value indicating whether to animate the transfer. The default value is False.  | 
   
| add_to_history | 
      Specifies a Boolean value indicating whether to track the transfer in the Back button history stack. The default value is True. Note: The Back button is a user interface widget that appears in the portal header of classic pages and in the fluid page banner; it is not the browserâs back button.  | 
   
| back_label | 
      Specifies a custom label for the Back button as a string value.  | 
   
| user_data | 
      Specify any additional transfer attributes as name/value pairs using the following format: 
     Specify the empty string, "", when no additional attributes need to be set. 
      Use the
       
 
      The
        | 
   
| qry_string_array | 
      Specifies an array of array of string containing name/value pairs to be used as query string parameters constituting the history record.  | 
   
Returns
None.