I request you to please check, below validation code for data control(if age < 18, error message should be displayed) I have added localized string given name(InvalidDOBFormat) and value(Incorrect) but error message is not displayed
I would like to print a document which would include data from two entities: A and B. They are not connected directly though, instead there's an entity C that has lookups to both A and B. Just choosing C as the base entity for printable is probably not possible, because there may be many this kind of many-to-many relationships between A and other entities. Is it possible to create a printable document that includes data from A and those other entities?
Is it possible to remove or somehow disable processes that are in "Run process" context menu according to some conditions? For example, I'd like to disable a process on section page and allow it on edit page but only if the object has a particular status. If it's not possible - how else can I achieve similar functionality?
You need to create replacing modules for the case page and for the case section. Then write the code that will match your needs there. Please...MoreLess
Thank you. And do you know if it's possible to disable or hide single context menu item? For example if I have two processes I may want to disable one but not the other.