Hi,
I have search the forum, and knowing that the Postinsert/postupdate is the place to embed code before save.
LocUserID = p_web.GetSessionValue('LoginName')
I want to assign some value to field, I tried :-
1) p_web.SetSessionValue('JSDW:CreatedUserID', LocUserID)
Or
2) JSDW:CreatedUserID = LocUserID
Both doesn't write the value to file.
Where am I goes wrong?
Thank you.
Regards,
Nelson