Is it possible to combine "and" and "or" operators in a single rule condition when using the business rules design wizard ?

Like 2

Like

2 comments

Hello Ricardo, 



As for now there is no possibility to apply multiple operators for the one filter condition when editing the business...MoreLess

Show all comments (1)

Hi Community,

I have this scenario below, I want to create a business rule that will hide/unhide field if record is in add mode or edit mode. How can I possibly do this?

Like 0

Like

2 comments

Hi Community, Any idea on this?



Thank you so much

Show all comments (1)

Hi Community,

In mobile application Conditional columns is not working in rule type requirement. Below is my code.

Terrasoft.sdk.Model.addBusinessRule("Case", {

    ruleType: Terrasoft.RuleTypes.Requirement,

    requireType : Terrasoft.RequirementTypes.Simple...MoreLess

Like 0

Like

7 comments

Try to check if the module with the code appears on the client end. Please debug the code for this. 

https://academy.bpmonline.com/documents/technic-sdkmob/7-12/mobile-application-debugging

Additionally...MoreLess

Show all comments (6)

Hi Community,

Any idea how we can disable the existing mobile business rule. Lets say for example below rule.

Terrasoft.sdk.Model.addBusinessRule("Case", {

    name: "CaseContactAccountRequirementRule",

    ruleType: Terrasoft.RuleTypes.Requirement,

    requireType:...MoreLess

Like 0

Like

1 comments

If you want to disable the existing mobile business rule, you can do it by calling the removeBusinessRule function. The function...MoreLess

Show all comments