- Log in to post comments
User bio
404 bio not found
Member since Dec 9, 2020
Posts:
Replies:
Hello Iryna,
Thanks for your reply. I do need to store tempPersistentClass as well but the values in this table gets moved to the other tables depending on the API response. The field values will also change depending on whether it's still in the tempPersistentClass table or moved to either Customers or Suppliers table. For example, a status property will have "new" while in tempPersistentClass and has "AA member" in the customer table.
- Log in to post comments
Figured it out. Both the Record and Recordmap classes need to be edited.
- Log in to post comments
Certifications & Credly badges:
Followers:
Vermon has no followers yet.
Following:
Vermon has not followed anybody yet.
I created the classes as stated then added %Persistent on tempPersistentClass and removed %Persistent from the Customers and Suppliers classes. Unfortunately, I am getting a compilation error saying DataLocation must be tempPersistentClass.