Hello. I've been trying to learn LPL to help support an existing HR Talent implementation.
I'm aware of the "Configuration Console Reference Guide: Landmark Pattern Language (LPL)", and it is a great help.
One thing i've run into though is that there are certain portions of the language i'm not finding any documentation or reference on, and i'm not sure where to look to find more:
For example, we have a field declaration on a business class as follows:
OrgNameCurrentDate is a DerivedField
type is Alpha size 10
return system current corporate date
I think in this case I understand what is happening - its using the corporate timezone's current date. What i haven't found is where there is any mention of being able to include that keyword "corporate".
Reference shows:

I'm wondering if i'm just not searching in the right place to be able to confirm what "corporate" does in this context. Thank you!