Câu 5: ACD301: Appian Certified Lead Developer
A junior developer is trying to make a reusable object so that a record status will show up as an icon with a specific color. If no status is designated, then "N/A" should display. They have already created relevant constants for all status values and colors needed. This status will be used both on the record list and…
Nội dung câu hỏi
A junior developer is trying to make a reusable object so that a record status will show up as an icon with a specific color. If no status is designated, then "N/A" should display. They have already created relevant constants for all status values and colors needed. This status will be used both on the record list and within the record summary view. Which strategy should you recommend?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Create an interface that includes an a!match(), which is used to select a a!iconIndicator() or defaulted a!richTextItem("N/A") based on a rule input made for the value parameter of the a!match(). — đáp án hiện tại
- B. Create an expression that includes a a!richTextDisplayField(), where a!match() is used to select a a!richTextIcon() or defaulted a!richTextItem("N/A") based on a rule input made for the value parameter of the a!match().
- C. Create expressions for each a!richTextIcon() option with appropriate constants. Use an a!match() in the target interface to choose from the icon expressions or a!richTextItem("N/A"), based on the target data's status.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.