G
Godfrey Sorita
Guest
There are several undocumented functions that are fired when selecting a record from the attach selector page. Below are the sequential calls done on the page: 1. selectObj(objId, objName) 2. createNNNNN(objId2) 3. rbf_doRelCreate(listForm,objId,actValue) Just a friendly reminder, undocumented functions may change from time to time during upgrades. And even if you can successfully call these functions, the issue on dynamically filtering records still exists. The best workaround I can think of is to use workflow. On the workflow page, you'll need a lookup field and a script component. The script component will hide the lookup field and generate the rows and columns of Apps. When a record is selected, you'll need to create a function to set the value of the hidden lookup field so the selection will be saved. This will still require a lot of other handling, of course.
Continue reading...
Continue reading...