Share all details related to your problem, including any error messages you may have received.
hello All,
Added below one under entitlementCatalogTableColumns in the UI Config to show the created date of the entitlement.
ColumnConfig dataIndex=“created” dateStyle=“short” groupProperty=“created” headerKey=“Created” property=“created” sortProperty=“created” sortable=“true” stateId=“created” width=“150”
Am trying to get created show up in the Entitlement export too.
Can you please let me know what config i should look at to get created show up in entitlement export task
Are you talking about ootb export EC option ? today you need to export 2 times to get the full details , one with description and other one with remaining attributes . I don’t think any ootb option to add created , even thought you add that value will come in epoc time .
better i would say write a custom report / task to get the required value in one sheet and also you can add any additional column and will have more control over any transformation .
Yes, i was trying to get it done via ootb export in EC.
Thanks for the inputs. Before start working on the custom report, wanted to see whether we can tweak ootb to get expected results.
Will setup custom reports.