Hi,
We have requirement to track the list of jobs that are configured and scheduled in the each of the environment.
As part of that we would like to mention about the schedule of each job. But, could not find attribute type "time" to mention about it.
Also, is it possible to get reference of a non label attribute from different asset schema? This is because to have separate schema for job names and description and get the reference from there, instead of adding job name and description everytime for each environments.
Below is the structure was thinking to have for the schema.
---------------------------------------------------------------------------------------------------
Env1 - Object type
Job1 name - object
Description - attribute of type text area
Schedule status - attribute of type status
Frequency: Yearly/Monthly/Weekly/Daily/Hourly/Custom - attribute of type defaul with select values.
Execution time: Time - Not getting option to achieve.
Job2 name
Job3 name
---------------------------------------------------------------------------------------------------
Env2 - Object type
Job1 name - object
Description - attribute of type text area
Schedule status - attribute of type status
Frequency: Yearly/Monthly/Weekly/Daily/Hourly/Custom - attribute of type defaul with select values.
Execution time: Time - Not getting option to achieve.
Job2 name
Job3 name
Thanks.