Hi,
I have a table โTechnologyโ and have created a slice โDatastoreโ with a filter [Capability]=โDatastoreโ on column โTechnologyโ. I then create a Detail view with data from the slice โDatastoreโ.
When adding a new record, the system brings out a form based on the sequence defined in the โDatastoreโ slice. Is there a way to pre-populate the [Capability] column with the value โDatastoreโ, since this is the intension of the user to add a new row with the โDatastoreโ capability?
Hope my question make sense.
Thanks.
What I can think of is to display the Datastore in the Initial Value of the [Capability] column for the Datastore_Form View that will be generated.
For example, you can set the Initial Value as follows
IFS(CONTEXT(VIEW)="Datastore_Form", "Datastore")
Please refer to the following screenshot for the setting part
Hi, Takuya_Miyai, thank you for your reply.
CONTEXT(VIEW) doesnโt seem to return the name of the slice form as expected (return empty string). I tried context(table), that returns the table name.
I wonder whyโฆ
User | Count |
---|---|
15 | |
15 | |
8 | |
7 | |
4 |