Comments
Microsoft added a way in C# 11 to make raw string literals by using three double-quotes, e.g.:string foo = """This is my multilinestring.""";Another option would be to use the @-sign to denote a literal string, which is also a C# construct.This would be a huge help when writing e.g. GraphQL queries in code.
I would like to add the need for functionality to adjust the price of items on multiple price lists at once. Scenario: Items (preferrably filtered bij item fields) will be adjusted with a factor on al relevant Prijce lists. And when the update on the specific pricelist is done, the former price list lines of that item should receive an ending date -1D befor the new prices are actual!
With the new Financial tag rules Preview since version 10.0.42 I am able to cover this now:Transaction entry Point 'Vendor invoice journal' and using the financial tag Invoice Number on the offset account. This also covers the financial tag value on each transaction in the accrual, so here I have the direct link now via standard D365FO.
