Hi,
I am in the midst of a complex data migration operation where the customer is using stages and a variety of forms to show their data on the case entity.
As part of the migration of data (which I am using Scribe for), I would like to be able to retrieve the stage ids from CRM (possibly by name) and then associate those ids when I upload a case record.
For instance - the if the stages are - Start, Work on Case, Follow-up and Close - I want to be able to download the appropriate GUIDs for each stage, than apply that GUID to the stageid field when I upload the case. The purpose here is that when the case opens it is already at the correct stage, representative of the data that is in it.
I'm pretty sure I'm going to have to download the stage ids in one step (possibly separate from my migration) as we'll be deploying in a number of environments where these ids could change.
Is there a way to get this information via the SDK?
Thanks - Greg