Micheal,Beanshell scripts are not available to be triggered from one another in the application. The best approach to this is to write a class for your functions and compile it into a .jar file that is deployed with the application as a custom jar fi...
Adilson,There is no way to automatically update a drop down or Value List on the screen based on a revious selection. This is done on web based applications using AJAX.My suggestoin would be to have only one field, the last one and design this to ref...
I just came across this issue and realized what's happening. The Application is now hardcoded to look for the Unit Category of 'No Dimension' in 7.0. This is a change from previous versions where it was looking for 'Dimensionless' therefore, in an up...
Sudipta,What's happening is that the script is triggering before the data can be populated from the related document.So essentially you are setting a field that is already null at that point in time.The way to handle this is to trigger the script to ...