- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2018 04:31 AM
Hi,
I have a formatter that includes a ui macro and added it on the csm form.
In my UI macro I'm calling the lightweight_glide_list twice with different table,id,name and control_name but when I load the page the other glide list is expanded.
Code:
<td>
<g:macro_invoke macro="lightweight_glide_list" id="csm_component_0" name="csm_component_0" control_name="issueListCol" reference="sn_customerservice_component_issue" can_write="true" />
</td>
<td>
<g:macro_invoke macro="lightweight_glide_list" id="csm_component_issue_0" name="csm_component_issue_0" control_name="issueTypeListCol" reference="sn_customerservice_component_issue_type" can_write="true" />
</td>
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2018 01:41 AM
Hi Dante,
There was a bug in renderonload function.
Use the below call,
lock(ul,'${jvar_control_name}','${jvar_control_name}_edit','${jvar_control_name}_nonedit', 'select_0${jvar_control_name_actual}', '${jvar_control_name}_nonedit');
Here the 5th parameter was 'select_0${jvar_control_name}' which must be changed to 'select_0${jvar_control_name_actual}'
This works fine. Let me know if any doubts.
Regards,
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2018 01:41 AM
Hi Dante,
There was a bug in renderonload function.
Use the below call,
lock(ul,'${jvar_control_name}','${jvar_control_name}_edit','${jvar_control_name}_nonedit', 'select_0${jvar_control_name_actual}', '${jvar_control_name}_nonedit');
Here the 5th parameter was 'select_0${jvar_control_name}' which must be changed to 'select_0${jvar_control_name_actual}'
This works fine. Let me know if any doubts.
Regards,
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2018 05:19 AM
I saw your reply so late, Mybad! We just ended up changing the requirements to make it a simple UI reference, but I think the solution you gave will work. thanjs!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 11:52 PM
how are you extracting the values from the glide list in a macro??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 05:33 AM
i have used below code , but it is not working can you help. not getting existing values in the list