Article

How to bind column setup without GlbDataBinding package

Case:

We need to bind column setup of some grid to package.

Implementation:

  1. Set up column setup and save this one for all users:

     
  2. Go to DB and find key of SysProfileData record by query:

    SELECT * FROM "SysProfileData" ORDER BY "ModifiedOn" DESC

  3. Create new data binding in configuration section of bpm`online like below:

    IMPORTANT!!! All checkboxes are VERY important. You should rewrite Data field in DB and merge SysProfileData record by Key, Contact and Culture fields.

Like 3

Like

Share

0 comments
Show all comments