Singleton¶
Singleton is a data source that returns a single record, typically corresponding to the current user.
singleton Me for PersonInfo {
where = "person_id = User_API.Get_Current_Person";
}
Example code - Singleton
Singleton is a data source that returns a single record, typically corresponding to the current user.
singleton Me for PersonInfo {
where = "person_id = User_API.Get_Current_Person";
}
Example code - Singleton