Math, asked by aymansan69, 1 month ago

Give the validation rule statements for the following criteria. (5x1=5)
21. Field category can contain values 'whole seller' , 'retailer' , 'businesses only.
22. Field age to accepts values between 70 and 110 only.
23. Field price should be more than 200.
24. Field quantity should not be equal to 0.
25. Field city should be equal to 'Delhi only.​

Answers

Answered by Anonymous
0

Answer:

Step-by-step explanation:

AND (

ISPICKVAL(pba__Status__c, "Published"),

OR (

ISNEW(),

ISCHANGED ( pba__Status__c )

),

AND (

$Profile.Name <> "PB Administrator",

$Profile.Name <> "PB Office Admin"

))

Answered by sanjitpardeshib
2

This might include creating displays for the wholesaler's products and providing the display to retailers to increase sales. The wholesaler may advertise its ...

Similar questions