We have been moving fields around on the Account edit/detail and have managed to lose the member of field can anone help? can't find it in view sugar fields or veiw sugar bin![]()
We have been moving fields around on the Account edit/detail and have managed to lose the member of field can anone help? can't find it in view sugar fields or veiw sugar bin![]()
If you have access to the html files, you can add it manually.Originally Posted by telecomm0204
This is for the DetailView
<td valign="top" class="tabDetailViewDL"><slot>{MOD.LBL_MEMBER_OF}</slot></td>
<td valign="top" class="tabDetailViewDF"><slot><a href="index.php?module=Accounts&action=DetailView& record={PARENT_ID}">{PARENT_NAME}</a> </slot></td>
This is for the EditView
<td valign="top" class="dataLabel"><slot>{MOD.LBL_MEMBER_OF}</slot></td>
<td valign="top" class="dataField"><slot><input class="sqsEnabled" tabindex="1" autocomplete="off" id="parent_name" name='parent_name' type="text" value="{PARENT_NAME}"><input id='parent_id' name='parent_id' type="hidden" value="{PARENT_ID}" />
<input title="{APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{APP.LBL_SELECT_BUTTON_KEY}" type="button" tabindex='1' class="button" value='{APP.LBL_SELECT_BUTTON_LABEL}' name=btn1
onclick='open_popup("Accounts", 600, 400, "", true, false, {encoded_popup_request_data},"single",true);' /></slot></td>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks