-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collection Datatable - Display Custom Metadata Type Records #77
Comments
cc @jongpie |
ETA end of mid to end of april, I think |
New ETA, end of May => June? |
De-prioritizing this as my foreseeable future is pretty slammed. Deferring back to backlog and hopefully someone else can pick up! |
Per Discord, there is a limitation of LDS (dependency for figuring out columns) on not being able to work against cmdt. Seems like this is a no go for now, since column attribute reconstruction via apex is off the table (design ethos: keep it lightweight). |
For what its worth: a rough test allowed me to retrieve Object Info for a CMDT using uiObjectInfoApi. Seems like the salesforce dependency has been since resolved, unless there was a further "gotcha" that I'm missing The CMDT here is just a sample that happened to be in the org i was testing this in, but seems to work on any CMDT getCmdInfo.js
getCmdInfo.html
|
I'd like to use CollectionDatatable to display custom metadata records. I use CMDT to store field mappings for some apex code that syncs fields between two objects, and it would be nice to build my own custom UI for managing those.
I would pair it with https://github.com/jongpie/CustomMetadataSaver to actually save new/edited records to the server (since you can't DML them within flow).
Thanks!
The text was updated successfully, but these errors were encountered: