My Stuff
Loading
Comments
-
Hi @Mikko De La Fuente-Oracle, thanks for the follow up. I'm not sure it did, but I understand it better now. It just seems that the help document is ambiguous.
-
Hi @Mikko De La Fuente-Oracle, So today, I had to disable a column and attempted to use isDisabled property as per your recommendation instead of using jQuery, but an exception was thrown: Here's a code snippet: Sublist.getColumn() returns null. Does it support a custom column? I couldn't find it anywhere in the…
-
Hi @Mikko De La Fuente-Oracle, Here's a code snippet: I have observed that hasCurrentSublistSubrecord only returns as expected when on create mode. If I am on edit mode, it returns the old record value and not the modified current record, i.e. clearing the landed costs on edit will still return true on…
-
Thank you @Mikko De La Fuente-Oracle, I tried that before using jQuery and it didn't work either. I thought I saw in the docs it is read-only. I will double check. Thanks, again.
-
@Mikko De La Fuente-Oracle thanks for the suggestion, but no, it is not feasible. It is an existing form with too many customizations and relationships with multiple records. We found a workaround, to disable instead of hiding, using jQuery.
-
Thanks for your reply and putting the time to investigate it @Mikko De La Fuente-Oracle. That makes sense but my issue is I want to toggle between displaying and hiding depending on what the user's selection is from a different field (list).
-
Hi @Mikko De La Fuente-Oracle, Thanks for the follow up. I am not sure if it's a parent-child relationship issue but I already ticked the 'Allow child record editing' property. Regardless, I am expecting to use 'Column.isDisplay' directly.
-
Hi @Mikko De La Fuente-Oracle , Thanks for your reply. I am retrieving a column in a custom record in a field group from a custom entry form. The sublistId prefix is recmachcustrecord, while the column fieldId is custrecord.
-
@Kristoffer Viray-Oracle, Thanks for your reply. I have modified the original question. And yes, it is reproducible in other browsers.