How will you do validations in escripts and in configuration?

Questions by prpswarup

Showing Answers 1 - 2 of 2 Answers

Sailendra

  • May 3rd, 2006
 

in Tools select the object definition,right click and select validate. this is used to check the correctness of values of a perticular object before going to store.

in escripting, once we write  script then we can do validation by check syntax option.

  Was this answer useful?  Yes

vijay

  • Sep 27th, 2006
 

There is a property at the field level called validation.we can add validation like >100.

In script we have if, if else etc conditions for cheching the vallidations eg. if(Amount>100)...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions