You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Pass User name to external system

edited Aug 3, 2017 12:50PM in Field Service 1 comment

Content

Hi All,

 

I have a requirement where i need to pass the name of the person who has created the activity for the technician. I found an OOB field uname which i think is the user name. I am passing this username to the external system in the form of XML But it is giving error of wrong tag name. below is the part of XML :

<activity_id>{aid}</activity_id>
<external_id>{external_id}</external_id>
<username>{uname}</username>
 
Please advice any possible method to pass the value of username to external system
                 

Version

16.8

Code Snippet

             <activity_id>{aid}</activity_id>
		<external_id>{external_id}</external_id>
<username>{uname}</username>
                  
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!