Dear Experts, Trust everyone is doing well and safe. I am looking to copy the field value of the same name to the repeated lines. For eg.: If I have a Rate Field and would like to copy same rates in the repeated fields (from the first rate field) then on a press of a button, the rate gets flooded in the rest of repeated line fields with the first value in the first line.
Thank you Amit ji. I tried but gives an error "Action execution failed!" Code: [Field: PT SRate] Use : VCHBATCH Rate Delete : Skip On Storage : PTSRate Width : @@PTRateWidth Variable : PTSRateVar [Button: PT CopyFieldValue] Key : F5 Action : Call : PT CopyValue Title : $$LocaleString:"Copy Value" [Function: PT CopyValue] Variable : PTSRateVar : Number 00 : Set File Log On 01 : Set : PTSRateVar : $$Number:#PTSRate ;;01 : If : $$PrevLineField 02 : Set Value : PTSRate : $$PrevLine:##PTSRateVar ;;03 : End If 04 : Log : ##PTSRateVar 05 : Set File Log Off 06 : Return What I am looking for is to do a batch process and fill the value from the first field as shown below in the image Thank you
I have solved the problem by using an action button and fetching the value with $$PrevLine:#FieldName using system formula.
Please Try following.. 1) [Field: PT SRate] Use : VCHBATCH Rate Set as : $$PrevLineField Set always : Yes 2) [Field: PT SRate] Use : VCHBATCH Rate Set As : $$PrevObj:$Rate Set always : Yes