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 Jens,
You should not modify properties managed by the SRM Framework. If you would do so, you take the risk to experience unexpected behavior.
Jens, you will have to wait for the task Matthias has indicated ( ID 169912 )
Would it be an option to add an ‘Edit properties’ permission in the bookings, to prevent people from modifying them and causing unexpected behavior?
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.
Hi Jens,
"Created By" is a custom property so I assume you can change its value as you would for any other property. I don't expect this to be overridden anymore as it's only set when the booking is initially created.
Hi Emmanuel, Does the framework provide a method to fill in another name?