Is it possible to script the documentation of entities?
F
Fathia Jama
started a topic
over 2 years ago
Is it possible to script the documentation of entities (see red square in screenshot) and attributes, so it extracts info from a data glossary application? (eg: use a function like getDefition('Country') which will display the correct defintion, in nice markup, the definition stored in the data glossary app)
Best Answer
F
Fathia Jama
said
over 2 years ago
Yes, you can acheive this and the definitions can be displayed using Markdown syntax. Take a look at Application Documentation Links
You can also provide direct url access to other applications:
Yes, you can acheive this and the definitions can be displayed using Markdown syntax. Take a look at Application Documentation Links
You can also provide direct url access to other applications:
by configuring the Documentation property:
F
Fathia Jama
said
over 2 years ago
Hi Peter,
I can see how we can extract the documentation values and display it in the application within the same model.
But, our goal is to have a separate application/model for this data glossary. Users can then update/author definitions, which are stored under attributes and on the database. Is it possible to extract these values over to our main application?
We were thinking of using a function in the main application that would get the field value from the data glossary. For example GET_DOCUMENTATION('Revenue') would send a query to extract the definition that's stored on the database. But it seems like it's not possible to call a function like this to populate the documentation of an attribute automatically.
In the form field documentation, there is a possibility to use SemQL, but I'm not managing to make any function work here.
Fathia Jama
Is it possible to script the documentation of entities (see red square in screenshot) and attributes, so it extracts info from a data glossary application? (eg: use a function like getDefition('Country') which will display the correct defintion, in nice markup, the definition stored in the data glossary app)
Yes, you can acheive this and the definitions can be displayed using Markdown syntax. Take a look at Application Documentation Links
You can also provide direct url access to other applications:
by configuring the Documentation property:
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstFathia Jama
Yes, you can acheive this and the definitions can be displayed using Markdown syntax. Take a look at Application Documentation Links
You can also provide direct url access to other applications:
by configuring the Documentation property:
Fathia Jama
Hi Peter,
I can see how we can extract the documentation values and display it in the application within the same model.
But, our goal is to have a separate application/model for this data glossary. Users can then update/author definitions, which are stored under attributes and on the database. Is it possible to extract these values over to our main application?
We were thinking of using a function in the main application that would get the field value from the data glossary. For example GET_DOCUMENTATION('Revenue') would send a query to extract the definition that's stored on the database. But it seems like it's not possible to call a function like this to populate the documentation of an attribute automatically.
In the form field documentation, there is a possibility to use SemQL, but I'm not managing to make any function work here.
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 274 topics