Is it possible to get instance details similar to $(login) within schema? | Community
Skip to main content
Level 2
November 20, 2025
Question

Is it possible to get instance details similar to $(login) within schema?

  • November 20, 2025
  • 2 replies
  • 64 views

Hi,

 

I would like to know the possibility of getting instance details within a schema similar to $(login). Idea is to add a default value in an attribute automatically based on instance value on inserting new records in a schema.I am keen to get a solution other than functions or storeprocedures that can be used within a schema

 

Thanks

 

2 replies

ccg1706
Community Advisor
Community Advisor
January 24, 2026

Hi ​@SankarRa1

 

In my experience this is not possible, since inside the schema there is nothing similar to $(login) to get the instance details. As a workaround, I’d recommend populating the field via  workflow using JS, or creating and option in the instance and using that as the source value.

 

Apart, I share useful documentation links that might help you:

Best, 

Celia

 

Manoj_Kumar
Community Advisor
Community Advisor
January 29, 2026

@SankarRa1 You can use option to set this default value and then use Option in the workflow to populate in schema.

Manoj     Find me on LinkedIn