Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Swaps two records of the SysWindowsAppApprovalsConfigFields table.
Syntax
server private static boolean switchLineNum(SysWindowsAppApprovalsConfigFields _configFieldRow1, SysWindowsAppApprovalsConfigFields _configFieldRow2)
Run On
Server
Parameters
- _configFieldRow1
Type: SysWindowsAppApprovalsConfigFields Table
The first SysWindowsAppApprovalsConfigFields record to move.
- _configFieldRow2
Type: SysWindowsAppApprovalsConfigFields Table
The second SysWindowsAppApprovalsConfigFields record to move.
Return Value
Type: boolean
true if the operation succeeded; otherwise, false.