A function to show an alert box while the status of the entity is the preferred status. Here the status of the Vendor is expired, then show an alert box. The status of the vendor is fetched using lookup field function. function showMessageBasedOnEntityStatus(id) { try { var entityStatus = search.lookupFields({ type: search.Type.VENDOR, id: id, //… Continue reading Show an alert box while the entity is expired