Which Data type cannot be assigned to a Site Property?

Prepare for the OutSystems Associate Exam. Utilize flashcards and multiple-choice questions, complete with hints and explanations, to enhance your learning. Ensure exam readiness with our study tools!

In OutSystems, Site Properties are used to store configuration data at the application level and must be able to persist data between different sessions and elements. The data types that can be assigned to a Site Property include basic types such as Text, Boolean, and Date, which are simple, scalar data types.

However, Records represent complex data types that can contain multiple fields and data structures. Because of their complexity, they cannot be directly assigned to a Site Property. Site Properties are meant to be simple and easily manageable key-value pairs, while Records involve a structure that can be dependent on other entities or logic in the application. Hence, attempting to assign a Record to a Site Property would go against the design and intended usage of Site Properties in OutSystems.

This understanding of data types helps clarify the limitations of Site Properties and why certain complex data structures like Records cannot be included among them.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy