I would have used Landmark Transaction node to update user's profile.
Not sure why previous developer coded like this. See below code string and this is only a small part of entire code string.
If anyone can explain why it was coded this way, please reply.
I don't see advantage and this code is very difficult to maintain.
WebRun Code (partial string) - code is executed from a WebRun node.
/scwebadminapp/ResourceManagementServlet?TASKTYPE=PROVISIONING&OBJECTTYPE=IDENTITY&CREATOR=lawson&PRIORITY=1&ACTIONTYPE=create&PAYLOAD=Identity%3DUSER%3A%2520USER%3D%2520PASSWORD%3D%2520%2520Service%3DSSOP%2520%
David,
Are there any advantages to coding LM updates this way?
Seems like a RM Update or LM Trxns node would be easier to code and maintain.
Those are the nodes I used in the past.
Any idea, how the previous developer created the code string? Thanks.
i.e. /scwebadminapp/ResourceManagementServlet?TASKTYPE=PROVISIONING&OBJECTTYPE=IDENTITY&CREATOR=lawson&PRIORITY=1&ACTIONTYPE=create& ...