Scope
Objects: Transactions, Web Panels (only when property Type = Component)
Language: .NET, Java, Ruby
Purpose
The property only appears for a Transaction or Web Panel with the property Type = Component, and allows for the object to be executed from the URL or not.
Values
Yes: Web Component can be accessed through URL.
No: It is not possible to access the Web Component through URL and the object does not appear in the Execution Dialog. The use of any type of SDT, Array or Collection parameters is supported.
Default Value: No
How to apply changes? Rebuild all objects
Description
The objects defined as Components can be executed from the URL, or they may be invoked by another object. In general, the execution from the URL is used in development/test environments. Once the application is developed, it is not desired that Components be accessed from the URL in order to be able to pass parameters like SDTs or Collections and code less security checks.
Configuring this property to NO guarantees that the Component will not be called from the URL. In that case, the use of any type of SDT, Array or Collection parameters is supported.
Notes:
-
The incorrect use of this property can imply specification errors. See Specification Error Codes and Messages document for more details.
-
If you have an object with a dynamic call and "Expand dynamic calls" property is set to Yes, the objects with property URL access = Not, will not be included in the call tree of this object.
-
SDTs or Collections are not implemented in C/SQL generator. In this case, only Character and Numeric parameters are allowed.
Limitations: The use of Array parameters is not possible.
See Also
Specification Error Codes and Messages
|