Need to build custom Picker for cdt

Requirement : Team we have an admin application which performs some write to DB , currently cdt is hardcoded as scope is limited to some apps.

Now we want to make it dynamic like after selecting datastore it should populate all the CDT associated with it or a custom picker to just search from all the CDT of system.

Any idea?

  Discussion posts and replies are publicly visible

Parents Reply
  • We are not creating CRUD forms. Basically we have an API which is bringing some documents from another environment and those new doc id need to be updated into DB but documents are part of multiple applications and hence multiple tables will be needed to update on a dynamic basis. Let say i am moving application A documents from source to Appian system and it should update A table with new doc id. Tried to see if writetomultiple ds can work but have to hard cord CDT in multiple IF.

Children