RE: Table methods

Hi all,

what are the table methods mandatory at the time of creating form and table?

please let me know it

Hi,

There are no mandatory guidelines but rather best practice guidelines. For example when a table is created, if this table has a unique key then as per BP guidelines following methods must be created -

  • static find
  • static exist

You can read them in Developers guide.

Thank u Harish…