Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SugarCRM SOAP - return values - how to get back the ID from an insert

Hi,
When using the SugarCRM SOAP API to insert a new record, is it possible to retrieve the ID of the generated record? The SOAP API returns this value but I do not know where to catch it in the Talend workflow.
Also, what version of the SOAP API is Talend Open Studio using? v3_1?
Labels (3)
3 Replies
Anonymous
Not applicable
Author

I am still wondering how to get hold of return values of this type, or from a general database insert using database-side ID generation for that matter?
Anonymous
Not applicable
Author

MSSQL and MySQL (maybe more but never tried other) offer a component tMysqlLastInsertedId (tMSSqlLastInsertedId)
Anonymous
Not applicable
Author

Brilliant! Thanks.