Data Lookup
This page functions to register the CFC function (ColdFusion Component). ColdFusion Component[1] is the file saved by using .cfc extension, in which has data or function. If it is related to CFC, the data is referred as properties. This page can be accessed through Setting > System Setting > Page Management > Data LookUp.
This page consists of:
- Data LookUp
It displays the name or class of the registered CFC file. It will be used for creating a menu or a page for SunFish application.
- Module
It displays the module's name which uses the registered FCF function.
- Object
It displays the status for the objects in CFC, which is set to either active or inactive.
- Approval
It displays the status for the registered CFC function whether or not it needs approval.
- Active Status
It displays the status of the registered CFC function whether is active or inactive.
- Approval Request
It displays the security code that will be used in the registered CFC.
- Domain
It displays the status as either "system" or "local". When it displays "system" status, it means that the Data LookUp is still from the SunFish system. Meanwhile, if the status is "local", it means that the data lookup has been modified.
There are two functions in the index page:
- Add Data LookUp.
- Edit Data LookUp.
Referece :
- About ColdFusion components.
Back to TOP
|