Hi,
We recently had a requirement to implement filtering on Add Existing lookup button for 1-n relationship.
This is the post that helped us to implement it.
Only change was in the name of the getParameter function.
function
replaceAddExistingButtonView(params) {
var
relName = params.gridControl.getParameter(“relName”),
var roleOrd = params.gridControl.getParameter(“roleOrd”),
instead of getParameter it is now GetParameter (capital G)
Bye.
Discover more from Nishant Rana's Weblog
Subscribe to get the latest posts sent to your email.
