Hello,
is there a way to disable the export to Excel functionality for the customers form for certain users?
thanks.
@nfliou , can you give some more details here. Is this is requirement for M3 or for Lawson applications? What UI, H5 / Smart Office (M3) or Portal / Smart Office (Lawson) or related to some other Infor UI product?
hi Fredrik,
I'm new to Infor, sorry i didn't understand your questions.
What I want to do is very simple, i don't want some of my users to export data from Customers form to Excel.
Is that possible? and how to do it?
Thanks
This is possible in CSF (CloudSuite Financials and Supply Chain) or Global HR & TA (HCM), both Landmark based applications. If you are using these, look for "Configurable Features" in Landmark documentation (Technology).
Yes, you can use Extensible Framework to disable the button.
unfortunatlly I'm using CSI
Do you have some documentations on how to use Extensible Framework or some guides
thanks
Curious - do you want to prevent this because they should not have access to some of the data fields? If so - you could consider either removing those columns from the grid - unless this is needed by others who are using the grid.
Try just disabling it on the Options for the Collection on the form. We disabled Notes on the Customer Orders form in CSI 9.01 this way.
sorry - incomplete answer - or by using either custom permissions or one of the 'hide' permissions if available for Customer Orders/Lines.
I completely forgot about that! That would actually work.If you created a Group for the users or user/form combinations you wanted to restrict access, you'd just need to add an StdOnFormLoadCompleted event to have it check the group & adjust the permissions for the Collectioons on the fly.
Granted; this is not necessarily a scalable solution, depending on the n umber of Forms you need to change.
thanks, I'll give it a try
It's working, but the export to excel, is still available if you right click on the top left of the grid.
Do you know how to disable it ?
You need to override the handler to the user event StdFormSpreadsheetCopy in your form.
do you mean that i have to create an event StdFormSpreadsheetCopy in my form?
I'm new to infor, could you please tell me what should be in that event? how should be fired by that event?