Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Status tracking #1

Closed
ChuckJonas opened this issue Apr 22, 2019 · 0 comments
Closed

Better Status tracking #1

ChuckJonas opened this issue Apr 22, 2019 · 0 comments

Comments

@ChuckJonas
Copy link
Owner

Currently the status is just tracked directly on the Chainable_Link__c object. This makes it easy to access the result, but unfortunately complicates scenario's where a link gets run multiple times.

I think it would make more sense to track the status as a separate child object:

Chainable_Link_Execution__c

  • Chainable_Link: Master-Detail
  • Execution_Date
  • Status: Picklist
  • Error_Details:
  • Response: LONG Text String (or maybe even attachment?)
  • Response_Type*: ONLY if we decide that the response could be set dynamically at runtime. Otherwise the Chainable_Link__c would track the response type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant