
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2017 11:36 AM
Hello All,
So here's the situation I'm having trouble with.
I have created a table (u_planning) to allow Project managers to upload an excel with estimation info regarding their projects. I'm using the "Import" context menu to test the data is been imported properly and everything works fine.
I'm just trying to find a way to place the "import" option available as a UI action on the top of the list
But I haven't been able to mimic the "Import" context menu on the UI Action, is there a way to implement this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2017 02:44 PM
Try copying the code from the Context Menu record into your UI Action: .../sys_ui_context_menu.do?sys_id=8be9fda7bf460100e628555b3f07397b

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2017 02:44 PM
Try copying the code from the Context Menu record into your UI Action: .../sys_ui_context_menu.do?sys_id=8be9fda7bf460100e628555b3f07397b

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2018 04:46 PM
Thanks for your reply Geo,
Unfortunately that exactly didn't work, but it helped me to find out the answer, what I did was to copy the code itself of the import functionality and paste it on the BR
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2019 09:09 AM
Alejandro,
Can you please share your code ? I need to do the same thing.
Thanks,
June

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2019 07:21 AM
Hello jralph,
Did you find any solution ? am trying to give import access to user based on table access but as we cannot get the current object in UI context menu am trying to mimic in ui action.