Hello, I am fairly new to ServiceCenter and have run into an issue. A display screen (cc.first) has an option that runs an existing RAD. I want the RAD to execute only when a value exists within a different table/file (not the table/file that is assigned to $file in the display screen). I want to search the "solution" table for an id... if it exists then the RAD should be executed. I tried to assign the solution table/file to a variable in the following manner (through the Pre-RAD expressions)...
'rtecall("fileinit", $L.errcode, $L.file1, "solution")'
The error says that the 4th parameter must be the source file. I checked the db and the "solution" table does exist in the db. How do I assign this file to a variable as a Pre-RAD Expression? Once assigned to the variable, is there an easy way to check the file for a value in a specific field?
'rtecall("fileinit", $L.errcode, $L.file1, "solution")'
The error says that the 4th parameter must be the source file. I checked the db and the "solution" table does exist in the db. How do I assign this file to a variable as a Pre-RAD Expression? Once assigned to the variable, is there an easy way to check the file for a value in a specific field?