VIEW Action

UDP ›› Actions ››
Parent Previous Next

VIEW Action

The VIEW action is very similar to the EDIT action. The difference is that the process in which the action has been called does not wait for the user to change the values of the object and continues execution immediately after displaying the form. Also the VIEW action allows viewing the specific presentation (see Business Object Presentation) or form of the business object. For example,

   

-          VIEW Account  

-          VIEW Account.Type  

-          VIEW Account USING 'Some fancy presentation'.  

   

In the last example ‘Some fancy presentation’ is the name of the presentation that must be configured with the Account object.

   

  NOTE: If NOEDIT keyword is specified at the end of the action the form viewed by the action will have all its input controls disabled so that a user won’t be able to change any attribute values. NOEDIT keyword is not applicable if a presentation is being viewed. For example:

   

VIEW Account NOEDIT