Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
how to get the contents of Map_UserData RecArray (for workflow)?
Mohammed_Abushmais
hi, look at the following code:Status = LL_ListTaskStatus(Session_ID, Work_ID, SubWork_ID, Task_ID, WFTasks) Status = LL_TableGetRecord(WFTasks, 0, TaskData)Status = LL_RecordGetValue(TaskData, "Map_UserData", userData)as per the documentation, the last call should return a List object. I've tried many function calls to get the contents of this list .. but no results ... ! ! ! - LL_ValueGetType(userData, type) ==> type =0 (i.e. undefined) what I want exactly is to get a list of dispostions defined on a certain workflow step. in the docuementation, it is mentioned that the dispositions is stored (as a List) inside a list "Map_UserData" ... but as you see am not able to retrive anything ... ! ! any help ? did anybody face the same .... ? regards, ITQAN
Find more posts tagged with
Comments
There are no comments yet