List of questions
Related questions
Question 45 - AD0-E330 discussion
Review the below code:
javascript
Copy code
function nms_recipient_updaterecipient(id) {
Xtk.session.Write(<nmsRecipient xtkschema='nms:recipient' _key='@id' id=(id) _operation='update'/>);
}
A.
SOAP call then update a recipient
B.
JavaScript function to update a recipient
C.
JSSP call then update a recipient
Your answer:
0 comments
Sorted by
Leave a comment first