GetProposalFieldNo(Index As Integer, Proposal As Integer) As Object

Invoice object

Returns the active field with number Index, given its Proposal number. The fields are numbered in the order they appear in the invoice profile. Field numbers start with 1.

GetProposalFieldNo(2, 1) returns the first proposal of the Amount field object. GetProposalFieldNo (4, 1) returns a NULL object.

Related topic

Invoice object