
Hy,
I need the current user of BC (name, phone number, and mailadresse) in all reports like offer, order, purchasing, mailtext, ..... but I cannot find the correct XML-field in Word to create.
Btw. is there possibility to get other XML-fields - for example from order - in other reports - maybe order?
Many thanks for answering
The current user is given by the USERID system instruction in AL. You need to assign it to a variable and then use it in your report dataset. Other data must be retrieved via code from the User table.