Exam PEGAPCSSA87V1 All QuestionsBrowse all questions from this exam
Question 61

An application includes the following set of circumstanced instances of a decision table.

You update the application and increment the AccountManage ruleset version to 01-02-01. As part of this update, the circumstance .Status="Silver" is no longer needed by the application.

How do you implement this change?

    Correct Answer: A

    To implement the change and remove the unnecessary circumstanced rule .Status='Silver', you should create a new version of the circumstanced decision table in the AccountManage:01-02-01 ruleset and set the availability of the rule to Withdrawn. This is because rule resolution still considers rules in a lower minor version, and setting the rule to Withdrawn ensures it is effectively removed from consideration without affecting other circumstanced rules.

Discussion
KapitanaAshOption: A

Its A, we are keeping the other circumstance for the other values for Status

KapitanaAsh

https://support.pega.com/question/circumstancing

fernandasoto07Option: A

I know it's A or C but which one should it be? blocked or withdrawn? considering circumstanced blocked rules are not part of rule resolution

hopddOption: D

D is correct

Palazzo

Absolutely not. Selecting the Base option will make _all_ circumstanced rules unavailable, as if not circumstancing is implemented.

kmrkOption: B

Its "B" do nothing

hopdd

when call .Status="Silver", Rule resolution still consider rules in a lower minor version. B is Wrong answer