Hi Dojo,
I have a script that translates a Job to a Silent Booking. Now the value in the Created By field is DataMiner Agent.
I want that this field contains the name of the person that has created the job. How can I achieve this?
Hi,
The fact that subscripts don’t have the UserInfo of the parent scripts when triggered async is intended behavior.
The reason for this is any actions on the subscript that require the user credentials will start failing that connection is closed (the user that triggered the parent closes the cube session for example), which is not wanted.
Workaround is to work synchronously.
A NF task already existed, see collaboration task with ID 169912.