- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-09-2024 12:54 AM
I want to test that the related list record is opening correctly and validating the values using ATF but both the 'Validate Record in the List' and 'Open a Record in List' test steps are failed basically when I try to configure the steps the dot walking is not even bringing the data correctly.
in my case I am using incident form and approval table as related list and here I want to open the approval record using ATF
Remember that I am not trying to test the existing record but a record which is generated in a flow that means I do have a flow when something changes the approval request is going and the record under the approval is created and I want to open the newly created record using ATF related list test steps
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-10-2024 07:06 AM
@Meroda Gezahegn , Thanks for the information. Got it now. In this case you can try with first Run server side script step with below code.
Note:
1) Ensure you give valid step sys_id i.e. the sys_id of step which submits the incident.
2) Ensure in the next step you use Impersonate User Step and Select the output of this Run Server Side Script step i.e. record_id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-18-2024 02:57 AM
Hello Priyanka,
Same approach i have implemented in our requirement as given code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-18-2024 03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-28-2024 05:07 AM
@Khalid9030 : As per the provided code, syntax looks correct. Please confirm once "grLog.message" getting right value which is used in message line.
Please mark my response as helpful/correct if it helps.
Regards,
Priyanka Salunke.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-23-2025 02:38 PM
Hi,
To answer to your question to
1) Need to use 'Related list' step first to clickon 'edit' andor 'new' button
2) Need to use Click UI component for your query and drag your selection from left to right and Save ( use Component Values (Custom UI) and Click Component (Custom UI) steps)
Attached the screenshot for your reference. Please contact me directly as an ATF expert / Architeh I can help you with.
If my response has resolved your query, please consider giving it a thumbs up āā and marking it as the correct answerāā!
Thanks
Nayan Patel
If my response has resolved your query, please mark it Helpful by giving it a thumbs up and Accept the Solution