Mij application has a schema, and in my schema i defined some Promoted Properties.
I have the following code:
Message1 = rcv_Message;
Message1 (*) = rcv_Message(*);
Message1 (Biztalk.Testapplication.Schemas.WF_TotalStatus) = 3;
Message1 (Biztalk.Testapplication.Schemas.WF_ParalellStatus) = 311;
When i now submit the Message1, only WF_TotalStatus is changed in the new value, WF_ParalellStatus is not changed. Why is biztalk not changing both values. In the future i want to edit more values/properties.
thx.