Hi,
Use case1: Managing user and consumer org relation in External DB. I have a use case where I need to insert consumer Org info and owner email address during signup. And I understand these 2 are available as form data and can be inserted but as part of Consumer org creation, I am trying to see how to get the unique identifier of consumer org created which is basically after Org gets created processing.
use case2: During application creation , want to get the current Consumer org info like name /unique identifier/owner email address so that I can use this to get the records from the external DB and do some processing.
Possible Solution: During Signup , add validation on Consumer Org name if already exists then user needs to enter some unique name. this way I can maintain the org name <--> owner email address
And during app creation if I can get the current org name/owner email address then I can fetch records from the external DB
Any other suggestions or feedback.
------------------------------
Syed Imtiyaz Alam
------------------------------