BalaAboki
8 years agoQrew Trainee
WebHook: Update a Text Field With log edit enabled
I would like to use webhook to append user inputs from a text field and into another field with Log Edit enabled (need to Store History). Both fields are in the same table.
The current XML script works fine except that it uses the Admin usertoken to Timestamp username/Date.
Ideally I would like this stamp to show the information of the current user performing the edits. I have read about creating tickets but not sure about implementation.
<qdbapi>
<udata>mydata</udata>
<usertoken>%user.token.**************.Admin Token%</usertoken>
<apptoken>********************</apptoken>
<rid>[Record ID#]</rid>
<field fid="436"> [Action Status]</field>
</qdbapi>
Thanks in Advance