Submitted Questions

  • How will you do validations in escripts and in configuration?

    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)...

    Sailendra

    • May 4th, 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.