Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

assembly call from real time workflow

$
0
0

Hello,

I have assembly, that update an attribute of Entity.
fragment of code
var entity = new Entity("name", entityId);
entity ["attrName"] = newValue
_service.Update(entity);

And I call this assembly in realtime workflow(not background)
But when I call workflow, I don't see any result, only after Refresh page.
Why ?

Thanks.


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images