Hello all, While using the example given for an Ajax call via the soap
API, I seem to be running into a head scratcher. I am attempting to use
the UpdateRecord API with the following XML:
EB4B9E11D1192CF88A8205248ECDEE27
562 286102
]]>
Probl...
Hello all, silly question, but I thought I'd ask anyway - Can you update
a record in the automated workflow with either the REST or SOAP API?
Meaning, can you take a record from one stage of the workflow to a
separate stage of the workflow?
Boy, do I feel stupid.... The record's field ID I was referencing wasn't
correct - it was off by one digit. (Slaps head) I replaced it with the
correct one and boom, it worked.
Yep, it's me that is attempting to send the api call.I'm grabbing my
sessionToken using this line of code: var sessionToken =
parent.parent.ArcherApp.globals.workpointFeatures.SessionToken;
User Nodes I'm less concerned with, yep. The Wait for Content Update
nodes are the ones that I'm more wondering about.How would I reference
the Node to direct the record? Meaning, if I'm on Wait for Content
Update node A and I'm sent to Wait for Cont...