SetGroupletActionUrl method: Field class
Syntax
SetGroupletActionUrl(URL)
Description
Use the SetGroupletActionUrl method to set the target content URL to which the user is transferred when the user taps the grouplet or tile.
Important:
Use this method within fluid applications only.
Parameters
| Parameter | Description |
|---|---|
|
URL |
Specifies the URL as a string value. |
Returns
None.
Example
PT_AG_LAYOUT.PT_AG_GROUPBOX3.SetGroupletActionUrl("http://example.com:8080/psc/ps5/EMPLOYEE/HRMS/s/WEBLIB_PTAI.ISCRIPT1.FieldFormula.IScript_LoadSubpageButtons?PTAI_LIST_ID=PTIB_IBCFG1001&fmode=1");
Related Topics