If I have two Custom Record types, let’s call them...
# general
j
If I have two Custom Record types, let’s call them A and B, where B is a child record of A, is there any way to have the sublist of Bs on an A show different fields/columns depending on which form A is using?
k
I don't think this can be done
j
Yeah, that’s my thinking too
unfortunate. We have a few different “B” versions that are all ALMOST identical but not quite. So I have to actually create separate custom record types for each and replicate the common logic across all of them
annoying
k
Could always write a suitelet for interacting with the same record differently
Also your sublist might be scriptable via client script but I don't know enough to day for sure
j
Yeah I could do it with a scripted sublist but I think it would be too hard to replicate all the built-in behaviour.
oh well
the other option is just to show ALL the columns but not make them mandatory
and rely on the users to know which are applicable.
also suboptimal