hello,
In my invoice layout, i have an add line item for my products. The thing is that i want to make another add line item for my services and
this is where i have the problem.
i actually copied the way the first addline item works, by creating a new table, make the proper relationships, duplicating and change the script
( Sets
variable with INVOICE ID, Create new record, set INVOICE ID, and
return to original layout)
for the addlineitem button but still when i
press the button it says "this operation cannot be completed because the target is not part of a related table".
, is it a problem that i use the invoice id again in the script?? i think there is a problem with the primary key cause is the same in both tables( T1_add_line_items , T2_add_line_items )
How can i put these two portals works independently? i need to do this, for the print view..
any suggestions???