User Activity
10-21-2024
There is a catalog Item say 'XYZ'. It has a attachment variable field named as "Upload Picture".Upload Picture is a variable inside a Variable Set. There are two more variable whose type is HTML and their names arePhoto(image) and Preview(preview).I...
On adding a new record and saving, it throws an error, mandatory field not-filled "Application Search Config". But that field is not showing on form. I tried to bring it on the form through configuration but that field is already in the selected slus...
I do want the All in the filtered query of a module, when i click on all button it shows all the records. I tried checking the omit filters checkbox through list control but it also removes the search icon button on the column header. Please reply if...
10-01-2024
In the above pic, on the right side, there is Translation Name/Field record is there for "Most Recent" for German. Please check the record in below pic- For "Most Relevant" there is no record in Translated Name/Fields(sys_translated) table so I crea...
01-03-2024
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (g_form.isNewRecord()) {
var callercheck = g_form.getReference('caller_id', vipcallercheck);
return;
}
}
function vipcallercheck(callercheck) {
if (callerchec...