Skip to content
New issue

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

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

Already on GitHub? # to your account

ExecuteMultiple CRUD example #18

Open
kayetter opened this issue Jan 23, 2022 · 0 comments
Open

ExecuteMultiple CRUD example #18

kayetter opened this issue Jan 23, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@kayetter
Copy link

Could you provide an example to update multiple records.

I work in laboratory software development and have a test case where a customer will submit an order that has multiple associated samples destined for laboratory testing. I was trying to create a ribbon button on the order where a user could set all the sample records to received. I need to

  1. Retrieve all the samples associated with my order record and,
  2. Update three fields on all the sample records: Received (Boolean), ReceivedOn( current datetime), ReceivedBy(currentuser) as well as updating the statusreason to “Received”.

I could not find an example in the documentation so am a bit stuck.

@scottdurow scottdurow added this to the v2 milestone Jun 14, 2022
@scottdurow scottdurow added the enhancement New feature or request label Jun 14, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants