- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Sasha,
So, I have a similar requirement to modify and add fields to "mim_workbench_resolve" UI Page , but I have been trying to add a reference field by using following code ,but it works fine in the "Try it" of ui page but on actual workbench view when I click the "resolve" button and the ui page pops up, whenever I try to Click the magnifying glass for the reference field it doesn't open up the referred table , rather the field acts like a string field instead of a reference type.
<div class="form-group" id="incSolving-activity-wrapper">
<label class="control-label col-sm-2" for="mim-incSolving-activity">
<span class="label-text">${gs.getMessage('Incident Solving Activity')}</span>
</label>
<div class="col-xs-12 col-md-8 form-field">
<g:ui_reference alt="Incident Solving Activity"
name="budget_code"
id="budget_code"
table="u_budget_code"
order_by="u_name"
value=""
query=""
displayvalue=""/>
</div>
</div>
PFA the screenshots of the different view's, as help me out here!