cancel
Showing results for 
Search instead for 
Did you mean: 

How Skip or Ignore default field validation

zahid_gulzar
Discoverer

Hi Experts,

I have following extension field in opportunity.

[Label("Source Opp ID")] element sourceOppID:BusinessTransactionDocumentID;

This field is a value help which take ID of Opportunity. Customer requirement is to make the same field editable so that customer can add some extra letter before the ID.

By doing so system generates an error that it is not a valid opportunity ID which is correct but we want to skip or ignore this message only for this custom field.

What should I do to achieve it?

Thanks in advance.

Best regards,

Zahid

Accepted Solutions (1)

Accepted Solutions (1)

former_member240914
Participant
0 Kudos

Hi,

The validation is triggered implicitly by the framework and cannot be turned off.

So you might have to think of different solution may be by creating another ID field (non ovs) and copying the value from OVS field to input field. and you can play around by enabling/disabling or controlling the visibility.

Thanks & regards

Pramodh

Answers (0)