Currently, we are facing an issue with a push notification webhook in our QA and PRODUCTION Acumatica environments that is unable to be sent out (the same flow works in our DEV Acumatica environment).The function of the webhook is to refresh a purchase order (PO) cache after certain events have occurred such as: PO creation, PO updating, PO deletion, and PO status changes. More specifically, we are having trouble triggering the webhook when a PO’s status is changed (e.g. from “On Hold” to “Open”).I will attach a few screenshots of the error messages associated with the webhook below, and can upload more information if requested.System Monitor screen: Process Push Notification screen: Push Notification screen:Again, the exact same webhook flow works perfectly in our DEV Acumatica environment, and I have verified that the Address used inside the Push Notification webhook is 100% working. I’ve also confirmed via https://webhookinbox.com that the webhook is able to send data in that scenar
Hi, Can anybody please direct me to where to find entity relation diagrams or any other document on how entities are linked to each other. For example I want to see and overview of Account payable DACs We are running Acumatica 2021R2. ThanksHenk
Hello Everyone, I would like integrate AMZ using project (https://github.com/Acumatica/Acumatica-AmazonIntegration/). Access Key. , Authorization Token and Access Secret need to be specified there. Do you know, if that data refers to Application in Amazon Seller Center or that related wtih IAM in AWS? Regards,Kamil Stasiak
Good day,I have added a custom field on the purchase orders screen to display the vendor class under the vendor info tab. This field will be disabled.I am trying to populate the field after the vendor has been selected on the header.Please see my code below:My DAC: #region UsrVendorClass [PXDBString(10, IsUnicode = true)] [PXDefault()] [PXSelector(typeof(Search<VendorR.vendorClassID>))] [PXUIField(DisplayName = "Vendor Class")] public virtual string UsrVendorClass { get; set; } public abstract class usrVendorClass : PX.Data.BQL.BqlString.Field<usrVendorClass> { } #endregion My Graph: protected void _(Events.FieldUpdated<POOrder, POOrder.vendorID> e) { var row = (POOrder)e.Row; VendorR vendorClass = new VendorR(); vendorClass = PXSelect<VendorR, Where<VendorR.acctCD, Equal<Current<VendorR.acctCD>>>>.Select(Base, row.VendorID); POOrderExt extPOOrder = row.GetExtension<POOrderExt
I’m new to this forum so if this is the wrong board for this please point me in the right direction. We’re a pretty large company running Acumatica. We sell both wholesale and retail, both on our own websites as well as external marketplaces like Amazon, eBay, Walmart, Etc. We’re currently using Celigo to facilitate an API connection between Acumatica and these platforms to import orders, but we’re looking to export inventory from Acumatica to these platforms as well. Being that we currently have over 60,000 SKUs it’s impractical for us to export our entire inventory to these platforms, so we’re looking to set up a feed that only pulls inventory from items whose inventories have changed since the last update. We’ve hit a wall with Celigo because we can’t seem to access the LastModified field on StockItems>WarehouseDetails and Celigo can’t track changes without that timestamp. Has anyone set up such an inventory field for their businesses? We’re looking to set up inventory updates fo
Hello, We are trying to move to R1 2021 (from our current version) but our API calls to create Project is failing with the Above error in the new version of Acumatica.Full details below…. would appreciate any pointers and assistance. Thanks. Method: PUTURL: https://xx-sandbox-21r1.acumatica.com/entity/GoXxxxxx/6.00.001/Project Body:{"Customer":{"value":"100743"},"Description":{"value":"Company 164 - MX - Bernadette Weinand (Bernadette)"},"Hold":{"value":false},"ProjectID":{"value":"100743-MX-129"},"Status":{"value":"Active"},"Currency":{"value":"USD"},"Tasks":[{"id":null,"AllocationRule":null,"BillingOption":{"value":"By Billing Period"},"BillingRule":{"value":"MULTISILO"},"Description":{"value":"Task Description"},"Status":{"value":"Active"},"TaskID":{"value":"00"},"RateTable":null}],"Attributes":[{"AttributeDescription":{"value":"First Name"},"Required":null,"RefNoteID":null,"Value":{"value":"Bernadette"}},{"AttributeDescription":{"value":"Last Name"},"Required":null,"RefNoteID":nu
Already have an account? Login
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.