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

How to get record PK in a custom work flow

$
0
0

Hi all,

I created a record in my custom entity with the help of that code

Entity Entity = new Entity("aw_entity");
Entity["aw_name"] = "Response";
_service.Create(Entity);

at that time I need this record primary key. How can I get it?

I tried this Entity.id but it is 00000........000

Thank You


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images