cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Web UI - AB making Mandatory

Former Member
0 Kudos

Hi Guru's

We have a requirment In CRM Quotation screen for AB (assignment block)  ‘Attachment’ for field ‘URL’ is to be made as mandatory
for user for saving quotation.

Please advise Web UI changes for making URL as mandatory.

Thanks in Advance!

Regards,

Raju

Accepted Solutions (0)

Answers (1)

Answers (1)

BGarcia
Active Contributor
0 Kudos

Hi Raju,

I believe your only possibility is to user ORDER_SAVE badi at CHECK_BEFORE_SAVE method, and use a class like CL_CRM_DOCUMENTS to check if saved quotation was an URL attachment.

Check if this helps you a little more!

Kind regards,

Garcia