xOnBeforeAddDettToList_Custom method

Future<bool> xOnBeforeAddDettToList_Custom(
  1. XFDataItem xclObject
)

Chiamalo se non vuoi che aggiunga lui di base gli item ai dettagli della scheda

Implementation

Future<bool> xOnBeforeAddDettToList_Custom(XFDataItem xclObject) async {
  return false;
}