Hi All,
I want to create a generic form which prints the results according to the parameters.
I want to print sold-to-party address on a form along with a PO info and material info,on the other form I want to print supplier address at the same place.
how to make this possible.. is it by out put options or by creating a flow logic or some other.....
Please kindly help me out. answers will be rewarded.
Regards,
Praveen
hi Praveen
declare a vrialble v_flag plcace a value 1 for sold to-part , 2 for supplier..
then
create two Templates differently.. for sold-to-party and supplier address.. then insert textelement (dont forget to insert the row number and colomn number in output optionof teh text element) then insert values.. goto "<b>condition</b> TAB" of the template.. ther give any flag.. v_flag = 1. like this..
so each template will trigger based on the value in v_flag.
<b>Please Close this thread.. when u r problem ise solved</b>
Reward if Helpful
Regards
Naresh Reddy K
Hi,
In that window, just use the simple IF conditions,
/: if it is a SOLD-TO
/: Write the Address and End Address
/: ELSEIF it is a Ship-to
/: Write the Address for Ship to
/: ENDIF.
So, based the success of the IF condition, the address will be printed.
Regards
Sudheer
Add a comment