Subscriber portal
Returns the number of records that already are in the current table.
public abstract int64 createdNumDB()
This example demonstrates the use of the createdNumDB method. However, this example will not compile in a job as it must be run in the context of a class, form, or other object.
public numberOf createdNumDB() { return (select count(recid) from myTable).recId; }