0
Hi. How can I add a price to current record from previous record from different fields
Hi. How can I add a price to current record from previous record from different fields
1 reply
-
Attach below to a button in source record:
let n := 'Number 2';
let t := (create Table1);
t.(Number := n)
Content aside
- 4 yrs agoLast active
- 1Replies
- 766Views