Options

Can't update statuscode in kb

neramitneramit Member Posts: 46
edited 2007-02-09 in Dynamics CRM
All Expert

I try to update statuscode in kb from "Draft" to "Published"
by crmsdk but it not work

my code :
kb.statuscode = new status()
kb.statuscode.value = 3

how can i write code for update?

thank you ](*,)

Comments

Sign In or Register to comment.