cancel
Showing results for 
Search instead for 
Did you mean: 

UI Customization Data Entry Form is visble

Former Member
0 Kudos

Hi Expert, I am working on UI customization and disabling "Form" from Developer Studio there is package of html5 and default form ,but issueis i m not able to find in package from where in the UI "Data Entry Form" is coming. For example when i am clicking on choose taks "under Form > Data Entry Form" is visible i want to disable.

Please help if i have to check in another except these package.

Thanks in Advance

Geeta

Accepted Solutions (0)

Answers (1)

Answers (1)

devaprakash_b
Active Contributor
0 Kudos

Hi Geeta,

I expect, you are are able to see the form when trying to click on choose task.

In order to find the location of the form,

  1. click on the choose task in the url you can find the task id (TaskId=1234).
  2. Then go to the identity store and right click and search for the form based on the taskid.
  3. Else from mxp_tasks table based on task id you can get the package name and from mc_package table you can get the package name from the package id.

Once you identify the location, then go to access control and you can restrict access there. Also try to see for any entry type this form is linked as search or display form.

If the above is not helping, then kindly provide more details, with screenshot, steps performed etc.,

Regards,

Deva