Good day everyone.
Recently a .nsf file was updated. This file is used to load values for a form. The drop-down field doesn’t show the updated version of the values. The onLoad object shows the following:
if (valueElement("DirName")!="—Please Select--"){
getElement("DirCode").value = valueElement("DirName").substring(0,2);
ajax_getFrmElement(valueElement("DBName"),"MgrAdmin", valueElement("DirCode"),"MgrAdminId");
ajax_getFrmElement(valueElement("DBName"),"AssignedDirName", valueElement("DirCode"),"Director");
ajax_getFrmElement(valueElement("DBName"),"AssignedDirId", valueElement("DirCode"),"DirectorId");
}
When loaded, the form sends the message “Could not find a field with 'Id' or 'Name' DirectorId“
The application has not been modified in a while and the change in the .nsf file was expected to be transparent to it.
My knowledge of java and Lotus Notes is limited.
I appreciate your recommendations.
Stay safe.
Recently a .nsf file was updated. This file is used to load values for a form. The drop-down field doesn’t show the updated version of the values. The onLoad object shows the following:
if (valueElement("DirName")!="—Please Select--"){
getElement("DirCode").value = valueElement("DirName").substring(0,2);
ajax_getFrmElement(valueElement("DBName"),"MgrAdmin", valueElement("DirCode"),"MgrAdminId");
ajax_getFrmElement(valueElement("DBName"),"AssignedDirName", valueElement("DirCode"),"Director");
ajax_getFrmElement(valueElement("DBName"),"AssignedDirId", valueElement("DirCode"),"DirectorId");
}
When loaded, the form sends the message “Could not find a field with 'Id' or 'Name' DirectorId“
The application has not been modified in a while and the change in the .nsf file was expected to be transparent to it.
My knowledge of java and Lotus Notes is limited.
I appreciate your recommendations.
Stay safe.