Hello!
I need to write a plugin that does the following: we have a custom entity named Business Stage Run with fields like:
"Stage Id", "Stage Name", "Next Stage Id", "Next Stage Name", "Duration", "Process Id", "Process Name", "EntityName", "EntityDescription", "EntityId
When an entity in Dynamics change its business state, it should create a new record of the given entity with the fields above.
I know Dynamics keeps track of business in an entity (e.g Oportunity have an entity called Oportunity Sales Process I think, with fields like activestageid), so I thought to write a plugin on update of those fields? But I'm a bit clueless about how to do it. Do you guys have any ideas?
Thanks! Lucas.