이 브라우저는 더 이상 지원되지 않습니다.
최신 기능, 보안 업데이트, 기술 지원을 이용하려면 Microsoft Edge로 업그레이드하세요.
You need to retrieve the value of the contact record's firstname column. What method would you use?
formContext.getAttributeValue("firstname")
formContext.getControl("fullname").getValue()
formContext.getAttribute("firstname").getValue()
Your client script for the main form for the account table references column accountclassificationcode. How can you ensure that the script doesn't break and works correctly when the other makers edit the form and potentially remove the column.
At the start of your script, add the following call require('accountclassificationcode').
Add the accountclassificationcode column to the script dependencies.
Mark accountclassificationcode column as read only.
You've been asked to hide a tab section on a model-driven app form when a record’s Status Reason column changes to a given value. Which events would you need to handle for this scenario?
Form OnLoad, Attribute OnChange
Form OnLoad, Form OnSave
Attribute OnChange, Form OnSave
You must answer all questions before checking your work.
이 페이지가 도움이 되었나요?
이 항목에 대한 도움이 필요하세요?
Ask Learn을 사용하여 이 주제를 명확히 설명하거나 안내하고 싶으신가요?