I have a select object "prat_acc" in which I would like to retrieve the list of users.
I have behind the select the following code
Code: Select all
SELECT
zzzzsys_user.sus_zzzzsys_access_id,
zzzzsys_user.sus_name
FROM
zzzzsys_user
I would like to put a default value and behind the nuload event of "prat_acc" object I have :
Code: Select all
if (nuAccessLevelCode() === 'praticien') {
nuSetValue('prat_acc', nuUserId());
Many thx,
Yves