In the past I have succesfully created an REST GET request for the journal transactions out of Acumatica: /REDACTED/entity/Default/22.200.001/JournalTransaction?$select=BatchNbr,BranchID,Status,TransactionDate,PostPeriod,LastModifiedDateTime,CreatedDateTime,CurrencyID,Description,Details/DebitAmount,Details/CreditAmount,Details/TransactionDescription,Details/Account,Details/VendorOrCustomer,Details/Project,Details/Subaccount,Details/ReferenceNbr&$expand=Details&$filter=BranchID eq 'REDACTED' and PostPeriod ge '092024' and PostPeriod le '092024'
However, now that I am connecting to a different environment on version 23.200.001 I am receiving the error "Optimization cannot be performed". This happens as soon as I add the $expand=Details parameter. Does anyone knows what causes this in version 23.200.001?
In the past I have succesfully created an REST GET request for the journal transactions out of Acumatica: https://xrp-flex.cegid.cloud/REDACTED/entity/Default/22.200.001/JournalTransaction?$select=BatchNbr,BranchID,Status,TransactionDate,PostPeriod,LastModifiedDateTime,CreatedDateTime,CurrencyID,Description,Details/DebitAmount,Details/CreditAmount,Details/TransactionDescription,Details/Account,Details/VendorOrCustomer,Details/Project,Details/Subaccount,Details/ReferenceNbr&$expand=Details&$filter=BranchID eq 'REDACTED' and PostPeriod ge '092024' and PostPeriod le '092024'
However, now that I am connecting to a different environment on version 23.200.001 I am receiving the error "Optimization cannot be performed". This happens as soon as I add the $expand=Details parameter. Does anyone knows what causes this in version 23.200.001?
Share Improve this question edited Mar 6 at 13:30 VLAZ 29.2k9 gold badges63 silver badges84 bronze badges asked Mar 6 at 9:52 SharonSharon 11 Answer
Reset to default 0I tested your GET on 23.214.0020, and I didn't get your error.
Please note, 23.200.001 version is a very early beta, so there is no guarantee it works properly. I suggest to upgrade that instance to an official release.
You can find all Acumatica releases here: https://acumatica-builds.s3.amazonaws/index.html
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744985157a4604567.html
评论列表(0条)