-
Notifications
You must be signed in to change notification settings - Fork 28
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
Create Aliased existing records, DeepInsert service support for Business Process Flow #183
base: master
Are you sure you want to change the base?
Create Aliased existing records, DeepInsert service support for Business Process Flow #183
Conversation
…ernalPropertiesFromCreatePayload Users/jan.losenicky/remove internal properties from create payload
…esFromCreatePayload
…ayload' into users/jan.losenicky/LookupsAndExistingRecords
Hi @JanLosenicky. Thanks for the contributions. Could you please document the new features and, if possible, split them into separate pull requests? |
Hello @ewingjm, I have separeted feature for creating records in specific BPF stage there: #184. I will create separete PR for aliased exsiting records soon. Also this #182 needs to be merged first, lmk if there's anything blocking it. |
Prerequisites
Branch is based on this PR: #182
Purpose
Having already existing aliased records
Specify '@key' in .json data file to reference already existing record in database.
Enabling creation of records in specific Business Process Flow stage
Specify '@bpf' as an object with '@logicalName' and '@activestageid' to be able to move record to desired bpf stage.
Adding step binging [Given(@"'(.*)' exists")]
Added this binding which will call the same logic as the [Given(@"I have created '(.*)'")] so the human language makes more sense while having an existing record or record in specific bpf stage.
Example:
an existing accounts.json
an opportunity.json
an opportunity in won stage.json
Approach
TODOs