I need to show two fields that are available in the component BT115QH_SLSQ component view details context node BTAdminH
into BTDocFlow. The fields are Z fields that I created in the CRM UI. ZZ_CURR_POINTS and ZZ_ACT_VAL
I enhanced component BTDocFlow and I enhanced the view HdrDocFlow and context node BTDocFlow.
I can then right click the attributes directory and select Create. In the wizard I add a model attribute for attribute name I put in ZZ_CURR_POINTS for BOL Entity I put in BTOrder for BOLAttribute I select ZZ_CURR_POINTS.
The reason I used BTOrder is I am following the relationships of the GENIL_MODEL_BROWSER. So the path is:
BTDocFlow->BTOrder->BTOrderHeader->BTAdminH->ZZ_CURR_POINTS
Now I see this field available in my configuration tab, I can add it to my web UI assignment block. But when I add it to the UI and I log into the system it says "BTAdminH/ZZ_CURR_POINTS is not bound".
Do I need to change some code or do anything in the get method ?
<< Moderator message - Please do not promise points >>
Edited by: Rob Burbank on Jan 21, 2011 5:31 PM