+ Add post
Is it possible to combine "and" and "or" operators in a single rule condition when using the business rules design wizard ?
Like
Hello Ricardo, As for now there is no possibility to apply multiple operators for the one filter condition when editing the business...MoreLess
Roman Brown,
Dear Roman, this feature was posted in R&D several years ago, there no new regarding when will be considered?
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?
Hi Community, Any idea on this? Thank you so much
Dear Fulgen,
It is possible to check a mode of a page using the “phantom” property of the “record” object https://prnt.sc/qkxh4q
If the value...MoreLess
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
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
Eugene Podkovka,
Hi Eugene, Thanks for your reply
Module appears on the client end, manifest is also correct.
Using below code without conditionalColumns...MoreLess
Fulgen Ninofranco,
The code seems like correct. Try to restart the application pool and synchronize the mobile application again.
http://prntscr.com/oyo0vz
Thanks Eugene.
We already did the restart and synchronize but still not working. I also noticed one thing in the documentation...MoreLess
Hi Eugene, any update on this. Thank you
Try to debug the mobile application, find how business rules work and find how to adjust them according to your needs.
https://academy...MoreLess
Hi, did you find a resolution to your issue? I am facing the same thing.
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
If you want to disable the existing mobile business rule, you can do it by calling the removeBusinessRule function. The function...MoreLess