diff options
Diffstat (limited to 'insert_update_pricelist5.ktr')
| -rw-r--r-- | insert_update_pricelist5.ktr | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/insert_update_pricelist5.ktr b/insert_update_pricelist5.ktr index be0b9c1..b6c99e3 100644 --- a/insert_update_pricelist5.ktr +++ b/insert_update_pricelist5.ktr @@ -547,6 +547,11 @@ <to>Insert / update 3</to> <enabled>Y</enabled> </hop> + <hop> + <from>Insert / update 3</from> + <to>Execute SQL script</to> + <enabled>Y</enabled> + </hop> </order> <step> <name>Add constants</name> @@ -692,6 +697,18 @@ <precision>-1</precision> <set_empty_string>N</set_empty_string> </field> + <field> + <name>base</name> + <type>String</type> + <format/> + <currency/> + <decimal/> + <group/> + <nullif>list_price</nullif> + <length>-1</length> + <precision>-1</precision> + <set_empty_string>N</set_empty_string> + </field> </fields> <attributes/> <cluster_schema/> @@ -826,6 +843,11 @@ <rename>write_date_1</rename> <update>Y</update> </value> + <value> + <name>base</name> + <rename>base_const</rename> + <update>Y</update> + </value> </lookup> <attributes/> <cluster_schema/> @@ -1990,6 +2012,44 @@ order by product_id</sql> <draw>Y</draw> </GUI> </step> + <step> + <name>Execute SQL script</name> + <type>ExecSQL</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>erp indoteknik production (localhost)</connection> + <execute_each_row>N</execute_each_row> + <single_statement>N</single_statement> + <replace_variables>N</replace_variables> + <quoteString>N</quoteString> + <sql>update product_pricelist_item set active = 'true' where pricelist_id = 17027;</sql> + <set_params>N</set_params> + <insert_field/> + <update_field/> + <delete_field/> + <read_field/> + <arguments> + </arguments> + <attributes/> + <cluster_schema/> + <remotesteps> + <input> + </input> + <output> + </output> + </remotesteps> + <GUI> + <xloc>1152</xloc> + <yloc>272</yloc> + <draw>Y</draw> + </GUI> + </step> <step_error_handling> </step_error_handling> <slave-step-copy-partition-distribution> |
