<aside> <img src="/icons/info-alternate_orange.svg" alt="/icons/info-alternate_orange.svg" width="40px" /> Author: Andy Dorfman

</aside>

Prepare External Objects

Create DMS file

d:\\temp\\update_psstatus.dms

set log update_psstatus.log;
update PSSTATUS set LASTCHANGEDTTM = %CurrentDateTimeIn;

Application Designer portion

Create Custom File Code (PSTYPECODEDEFN) #

Application Designer > Tools > Miscellaneous Definitions > File Type Codes

FILEREFTYPECODE:    'CUSTOM_SCRIPTS'
FILEREFPATH:        '%ps_cust_home%\\scripts'
DESCRLONG:          'LBC PS_CUST_HOME\\scripts folder'`

Create Custom Script File Reference