Skip to main content
Solved

Prevent document attachment

  • January 8, 2020
  • 3 replies
  • 300 views

savasciftci
Sidekick
Forum|alt.badge.img+7

I want to prevent to attached document in Purchase requisiton head. How can I do that in document managemant module.

Best answer by JULIAN

If it only certain documents/types then custom event / event action could handle it.

or

if it is because you want users to do it on pr line level then event for header could have error message to tell user to do it on line level. 

3 replies

Thilini Kumarasinghe
Ultimate Hero (Employee)
Forum|alt.badge.img+21
  1. Open Solution Manager\User Interface\Object Connections.
  2. Query for LU Name PurchaseRequisition.
  3. Remove DocReferenceObject^ from the service list (do this if multiple items exists in the service list, if not, remove the entire line).
  4. Select the same line RMB Refresh cache.
  5. Restart the application.

Amila Samarasinghe
Superhero (Partner)
Forum|alt.badge.img+14

As @ThiliniK mentioned, you can do this by disabling the Document Attachment Panel in Purchase requisiton window. 


JULIAN
Hero
Forum|alt.badge.img+9
  • Hero
  • Answer
  • January 8, 2020

If it only certain documents/types then custom event / event action could handle it.

or

if it is because you want users to do it on pr line level then event for header could have error message to tell user to do it on line level.