Dropdown field disappears after 'editing' record, comes back on refresh

I have a dropdown field that is only visible if a related module field is false.  It works fine, but when I click edit on that record(no changes made, just hit save) I return to the record view and the dropdown is no longer there.  Dropdown comes back if I refresh the page.   Nothing changed on the related module and their fields.  This is on a chrome browser if that matters. 

Thanks

dependent dropdown refresh visibility

Parents Reply
  • We had faced issue like that before.

    In some situation related fields are not available the way sugarLogic functions will not work as expected.

    In order to avoid such issue you have to replicate in the RLI module the field from Product Catalog, populate it on selecting the Product (add such field in the populate_list attribute of product_template_name in the module RLI) and update the sugarLogic formula the way it looks for a self field instead of for a related one.

    Indeed it work like a charm even on Mobile app.

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children
No Data