Page 1 of 1

[Change] JS: nuGetLookupId(): Optional Arguments

Posted: Wed Sep 14, 2022 3:40 am
by admin
nuGetLookupId() now takes two new optional arguments:

setFocus: Focus the object after populating it. (Default: true)
setEdited: Sets the status of an Edit Form to Edited if set to true. (Default: true);

Code: Select all

nuGetLookupId(pk, id, setFocus, setEdited)