ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 49 - PL-400 discussion

Report
Export

HOTSPOT

A model-driven app has the following JavaScript code. The code is attached to the OnChange event of the Phone (telephone1) field on the Account entity.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


Question 49
Correct answer: Question 49

Explanation:

Box 1: Yes

Xrm.WebApi.updateRecord updates a table record.

Syntax:

Xrm.WebApi.updateRecord(entityLogicalName, id, data).then(successCallback, errorCallback);

Box 2: Yes

Box 3: No

No action would be taken.

Reference:

https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-webapi/updaterecord

asked 05/10/2024
Landry Tankam
38 questions
User
0 comments
Sorted by

Leave a comment first