Choose this option to have the SFM execute the ODL logic in the qualification function. If the function returns zero (0), the object fails.
Click Custom Code.
Enter the Custom Function Name, which is the name of the custom qualification function you want executed, or select the name of an existing qualification function from the drop-down list.
Click the ellipsis button to build the new qualification function or edit an existing function. The Qualification Function window displays.
Write the custom qualification function in the text editor pane. Click Load to load a text file into the function. Click Append to load a text file to append on to the function.
Field (key) |
Description |
---|---|
Public |
Sets the qualification function status to “public.” This means that modules other than the current module can use this qualification function. The default is “static,” which means that only the production objects in the current module can use the qualification function. |
Argument |
The content of the “fldval” argument passed to this function is the current value of either the field object or datalink object you select when defining the qualification object that executes this function. |
Goto Line# |
Moves the cursor to the specified line of ODL text in the function. Enter the line number to go to then press Enter. The ODL text editor moves the cursor to the specified line of text and highlights it. Click once on the text or use an arrow key to deselect it before typing any characters, otherwise the highlighted line is deleted and replaced with the new characters. |
DFC’s |
To view a list of the current DFC commands, select a DFC from the drop-down list. To define a new DFC command, click the ellipsis button. The Distributed Function Declaration Window opens. See the e-Biz Impact MSG-IDE Guide for more information. |
Datalink |
Datalinks allow you to share data with other functions and TRAN-IDE objects, which can also change the data in the datalink. To view a list of the current datalink definitions, select a datalink from the drop-down list. To define a new datalink, click the ellipsis button. |
Module |
To place the qualification function into a different module, select the module from the drop-down list. If you place the qualification function into a different module, you must make the function public. |
When you finish, select from these options:
OK – save the qualification function without closing the window.
Save – save the qualification function and close the window.
Cancel – cancel the qualification function, exit and close the window.
Print – print the qualification function.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |