We need to cancel several hundrer contracts. I try to find a way to do this with import - and it does not seem to be a standard import for this. Is this at all feasible?
Solved
Astea 15.4: Excel-import to cancel contracts?
Best answer by Phil Seifert
Hi Bjørn,
Please see if you can build an import template with the Import Template Wizard to use a manual API such as the one below. This might do what you need when you test it.
1 <root xmlns:dt="urn:schemas-microsoft-com:datatypes">2 <session email="" alias="">3 <state bc_name="CustomerContract">4 <action name="data">5 <main>6 <row number="1">7 <cconth_id dtype="string" in_var="" out_var="">{cconth_id}</cconth_id>8 <cc_new_cconth_stat_id in_var="" out_var="">{cc_new_cconth_stat_id}</cc_new_cconth_stat_id>9 <cc_cancellation_date in_var="" out_var="">{cc_cancellation_date}</cc_cancellation_date>10 <cst_cancel_reason_id in_var ="" out_var="">{cst_cancel_reason_id}</cst_cancel_reason_id>11 </row>12 </main>13 </action>14 </state>15 </session>16</root>17Make sure you define a spreadsheet with columns for the four fields when creating this import template and you should hopefully be good to go.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.