Service back records
Hello ,
We have a use case where in we need to nightly refresh our look up tables( truncate existing data and update if integgration is success)on daily basis.
As our application is record centric I am planning to use service backed record to external system.However I have below questions to clarify before I proceed.
Do we need to hit the API twice? once to check if it’s success and second to populate the record?
To truncate the existing data I am thinking to use delete records.
Also, Unsure how serviceback record handles if integration fails.
Please let me if this approach is suggestable for the above use case.
Thanks in advance.
