Question
1
Replies
171
Views
Posted: May 15, 2019
Last activity: May 29, 2019
Service File data parsing
Hi,
I am using a service file rule to create the cases based on the data in the CSV file.
My requirement is like i should skip a record if some mandatory values are missing from that record.
I tried using Obj-Validate in case creation activity but Obj-Method is checking for all the rows in the CSV at once so i am not able skip that record.
Can anyone please suggest what should be the approach.
Issue is resolved by handling the error in transition step in Obj-Validate method.