function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
How to get this value? Where is it located? I tried ProcessInstance/WorkItems but it is not there.
You must have created an article type right . So I think the OwnerId field of the Article Type SObject can give the Assigned To value.
unfortunately, 'Assigned To' does not match current owner.
any idea?
Okay found it in this link http://boards.developerforce.com/t5/Apex-Code-Development/knowledge-article-quot-assigned-to-quot-field/td-p/321843 , the Actor Id from ProcessInstanceWorkitem can give the value of Assigned to. Worked for me. You had tried it initially right ?
You must have created an article type right . So I think the OwnerId field of the Article Type SObject can give the Assigned To value.
unfortunately, 'Assigned To' does not match current owner.
any idea?
Okay found it in this link http://boards.developerforce.com/t5/Apex-Code-Development/knowledge-article-quot-assigned-to-quot-field/td-p/321843 , the Actor Id from ProcessInstanceWorkitem can give the value of Assigned to. Worked for me. You had tried it initially right ?