CRMOD Javascript API Developer's Guide

Comments
-
Hi,
I'm trying to use the readRecord method. I've managed to get it to work with the searchType rowId but I would like to know if it is possible to use another field instead (like External Unique Id or Alias for user).
Could you please tell me what are the possible values for the searchType ? (I couldn't find this in the guide)
Thank you for your help !
PS : I think there is a typo in the guide : a double quote is missing after the rowId.
oraclecrmod.dataSvc.readRecord("Account", "Name,Description", { searchType:"rowId", "rowId": "1QA2-TNRWW},callback);
0 -
Bijay-
Do you know of any webinars or additional documentation on this feature that would show more examples and step by step set up? I have created a few web applets and would like to learn more about using this method.
Thanks
Mary
0 -
Hi,
I'm trying to use the readRecord method. I've managed to get it to work with the searchType rowId but I would like to know if it is possible to use another field instead (like External Unique Id or Alias for user).
Could you please tell me what are the possible values for the searchType ? (I couldn't find this in the guide)
Thank you for your help !
PS : I think there is a typo in the guide : a double quote is missing after the rowId.
oraclecrmod.dataSvc.readRecord("Account", "Name,Description", { searchType:"rowId", "rowId": "1QA2-TNRWW},callback);
Yes, there should be double quote are rowId value.
It does not look it is possible to use other paramenter as searchType.
Tried with "Name" searchType but got following attached error message.
Below is the description given for this error code in the guide :
Code: SBL-ODU-00271
Message: Invalid value for the parameter: parameter_name.
Description: The parameter for the CRUD operation
specified a null or empty objectName
parameter, a nonexistent objectName
(for example, “Acount”), or a null or
empty row ID.
1 -
Bijay-
Do you know of any webinars or additional documentation on this feature that would show more examples and step by step set up? I have created a few web applets and would like to learn more about using this method.
Thanks
Mary
Hi Mary,
I am not aware of any webinars, but the guide has few sample examples, which covers most of the methods.
Regards,
Bijay
0 -
Bijay-
Do you know of any webinars or additional documentation on this feature that would show more examples and step by step set up? I have created a few web applets and would like to learn more about using this method.
Thanks
Mary
Hi Mary,
A webinar for JavaScript API can be found on the Training and Support Center in CRM On Demand Release 24 Transfer of Information (TOI):
CRM On Demand Release 24 JavaScript API -
http://oukc.oracle.com/static12/opn/events12/107994_100113/090613_107994_source/index.htm
Regards,
Camelia
0 -
Hi Mary,
A webinar for JavaScript API can be found on the Training and Support Center in CRM On Demand Release 24 Transfer of Information (TOI):
CRM On Demand Release 24 JavaScript API -
http://oukc.oracle.com/static12/opn/events12/107994_100113/090613_107994_source/index.htm
Regards,
Camelia
Thank you Camelia! That is what i was looking for and it was very helpful!
Mary
0