which event will be triggered when importing data to Agile for creation an agile object

Hi All,

When data is imported to Agile for creation of an agile object, ideally create event should be get triggered but its not working as expected.
Can anyone suggest me which event type is suitable to trigger on importing data to Agile.

your help is appreciated greatly. thank you!

Add Comment
4 Answer(s)

Hi Karthik,

There is no support for event at Import in Agile SDK. Both import and Create work differently. Create event should be triggered only when you are trying to create any object from Actions menu. 

You can refer this thread for detailed clarification and alternate approach. 
https://myagileplm.com/questions/api-name/

Regards.
Arif

Agile Angel Answered on June 1, 2017.
Add Comment

Hi Arif,

Thank you for the Answer. so there is no event trigger for importing data into Agile.
I have seen the other post. The workaround is batch job. Is there anyway, we can make this real-time.
I mean, once the import is done. Immediately, we can execute the patch of the code.

Thanks,
P.Karthik

Agile User Answered on June 1, 2017.
Add Comment

Hi Karthik,

It depends on what’s the bandwidth you have. What event are you trying to trigger here. If you can cast some light on it. 

May be you can think of a custom application where you can execute the import via SDK. Your tool should read the input file, create data-objects one by one and then performs your custom logic. 

Regards,
Arif

Agile Angel Answered on June 1, 2017.
Add Comment

Hi Arif,

Thanks for the quick response and solution.

Best Regards,
P.Karthik

Agile User Answered on June 2, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.