Why my custom DataSource fields not showing in the Insert column (personalization) of the standard form.
Hi All,
In this blog I will explain you when the custom field in the tables added as a DataSource to the standard form will be visible in the insert column using personalization.
When you have extended the form and added some custom DataSource, now if the user wants to add some fields from the custom DataSource to form via insert column using personalization.
Normally if you add a new DataSource to the standard form link type will be defaulted to Delayed.
So, if you want to show the custom DataSource field in the insert column using personalization you need to set the link type as "Outer join". Then only the custom DataSource fields will be visible in the insert columns using personalization.
Note: Make sure it won't have the adverse effect when you change the join type as Outer join.
Hope it helps.
Thanks.

Like
Report
*This post is locked for comments