Bob320 Posted August 23, 2016 Posted August 23, 2016 com.hornbill.core::getCoWorkersList The documentation seems to imply that all of the parameters are optional. This doesn't seem to be the case. If I leave any out the call fails with a Flow Code error. <?xml version="1.0" encoding="utf-8" ?> <methodCallResult status="fail"> <state> <code>0200</code> <service>apps</service> <operation>getCoWorkersList</operation> <error>FlowCode Exception (com.hornbill.core/flowcode/fc_ops/getCoWorkersList): nodeName: CoWorker Search; nodeId: 2b21fc1e-de0c-41a7-b536-74c7ed3690da; At 170/1: "Uncaught EspMethodCall::invoke: Operation[data::queryExec] queryParams validation error: Non-digit characters found in the element <rowstart>, the expected data type is 'integer'. The value was [undefined] at location '/methodCall/params/queryParams/rowstart'" throw(e); _fc_node_exec_2b21fc1e_de0c_41a7_b536_74c7ed3690da</error> </state> </methodCallResult>
Daniel Dekel Posted August 23, 2016 Posted August 23, 2016 Hi, That Flowcode is deprecated and we are planing to remove it soon. There is a new API session::userProfileGetList but is still being unstable and we are working on a server release that will provide several fixes. All this is a part of a rework of the entire profile area. Let me know if you need more help on this. Regards, Daniel. 1
Bob320 Posted August 23, 2016 Author Posted August 23, 2016 Great thanks. It's working fine for me as long as I populate the parameters. I'll have to keep an eye out for the replacement function. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now