Visit this Comprehensive blog to quickly way grasp the information with detailed steps and snapshots - powerdynamixx.blogspot.com/2023/08/auto-populating-field-using-business.html
@ammo4711 Жыл бұрын
You made a mistake in your BR. If you populate the contact name first, the phone number populate won't work because the contact name is already populated. You need to create 2 seperate BR's.
@powerdynamixx Жыл бұрын
I agree with your approach Marc. Thank you for your input and suggestion. If we populate the contact name first, the conditions for populating the phone number might not be met, as the contact name is already populated. Creating separate business rules for each field could help ensure the correct order of populating the fields.
@beast884711 ай бұрын
thank for the video, could you explain how to set a field in the child table equal to the parent table once the record is created or modified, without using calculated field
@powerdynamixx10 ай бұрын
Below is a sample solution you can attempt using a workflow ( you can also develop a plugin in C# that triggers on the desired events and updates the child record accordingly) Create a Workflow->Use the "Update Record" step to set the field in the child table equal to the corresponding field in the parent table->Set up conditions to trigger the workflow only the specified field in the parent table is modified.