I want to write logs for an item import to the batch job logs using the Info node of the inquire. I would like it to say:
Failed to Insert/Update Item Number X and Address Number X and Catalog Name X and Customer Group X, etc.
Here is what I have to do for that:
Its dependent on the order. Can the Info node of the parameters also return a parameter name so I can filter like this instead?
Parameters/Parameter[Name = 'UnitPrice']
Inquire Logs for Parameters
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
Inquire Logs for Parameters
Last edited by CathyC on May 2nd, 2023, 11:59 am, edited 1 time in total. word count: 84
Tags:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: Inquire Logs for Parameters
This was added to RunQuery and other database services. Looks like Inquire was missed. I have added task #10594 to add this. So the logs will then start to have:
Once it has been completed.
Code: Select all
<WorkData>
<Inquire>
<Info>
<Result>
<Parameters>
<Parameter>
<Name>Name1</Name>
<DataType>AnsiString</DataType>
<Value>ItemUnitPrice</Value>
<ColumnName>UnitPrice</ColumnName>
</Parameter>
</Parameters>
</Result>
</Info>
</Inquire>
</WorkData>
word count: 62
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact: