I am trying to compose a new document and set some fields to initial settings but none of the field changes are reflected when the new document opens. Wondering if I’m missing something on how to update a newly composed form fields from a formula.
Code follows below:
TACT_temp_Customer := Customer;
TACT_temp_Revenue := Product_Revenue;
TACT_temp_Siebel := Opportunity;
TACT_temp_Qtr := ASFT_Forecast_Quarter;
TACT_temp_Product := Product;
TACT_temp_POT := POT_Status;
TACT_temp_POC := POC_Status;
TACT_temp_Other := Other_Event_Status;
@Command([CloseWindow]);
@Command([Compose]; “”:“”; “opty”);
Customer := TACT_temp_Customer;
Revenue := TACT_temp_Revenue;
Siebel := TACT_temp_Siebel;
Quarter := TACT_temp_Qtr;
Product := TACT_temp_Product;
TI_Record := “√”;
Last_Tech_Insight_Update := @Date(@Today);