Discussions about ISV solutions
Recently active
Hi,Is it possible to run JavaScript code in Acumatica Customization Project ?Earlier I made customization project via c# codeI created customization project and implemented some business logic,Now I need to run some JavaScript code in Acumatica customization projectIs it possible to add js file to Acumatica solution which will be added to Acumatica customization project.If it possible, How can I do it ?
A client using Acumatica CRM, combined with Acumatica Construction and Manufacturing editions, is considering using a tool like Backdrop (https://backdrop.io/) or Proposify (https://www.proposify.com/) to improve their communicationwith prospects including the delivery of proposals. Does anyone in the community have experience using these or similar tools and Acumatica CRM?
I have several custom fields on the Cost Budget tab of the Projects screen. 5 of them are stored in the DB and they are working great. My issue is getting a non bound field to display a value in the grid. I want to pull the Task Description field from the PMTask table and display it.I debugged the rowselected event on the PMCostBudget cache and there is a correct value in the PMCostBudget.projectTaskID field. public class ProjectEntry_Extension : PXGraphExtension<PX.Objects.PM.ProjectEntry> { #region Event Handlers protected void PMCostBudget_RowSelected(PXCache cache, PXRowSelectedEventArgs e) { var row = (PMCostBudget)e.Row; //PMCostBudget.projectTaskID = 1697 } #endregion } The DAC extension for this field is as follows public class PMBudgetExt : PXCacheExtension<PX.Objects.PM.PMBudget> { Not showing the 5 db fields here for brevity - they work fine. #region UsrTaskDescription
Hi,I have created New Customized tables in ISV Solution.How to Exclude Data of New Customized Tables while Importing/Restoring snapshot through the Package?Thanks,Giri.
I thought that the only time a View gets populated with records if is you make a call to “View.Select()” or if the View references a “fromcurrent”.In the following simplified example, I have a graph with a view. When I run a SelectFrom statement, without referencing the view, the view gets populated with records and I don’t know why.PXGraph joesGraphin the joesGraph there is a view:public SelectFrom<ICSARAddressSQL>.View JoesView;In my method, I use a fluent BQL to fetch records in the ICSARAddressSQL table (which is actually a SQL View) where the customerAddressID is equal to “item” where item is the CustomerAddressID I am fetching. Then I check to see if that record is in the joesView cache. If it is ALREADY in the cache I update the cache record. Otherwise I add it to the cache in the ELSE section.foreach (ICSARAddressSQL record in SelectFrom<ICSARAddressSQL>.Where<ICSARAddressSQL.customerAddressID.IsEqual<@P.AsInt>>.View.Select(joesGraph, item)){
HelloI got client’s customization project with version 21.209.0034How to convert it to 22.210.0020 (2022r2) in proper way ?
Hello, We are trying to sell goods to Costco, and they request to use EDI for integration. Correct me if I am wrong, Original Acumatica is not providing EDI functions directly, but there are some ISV can provide EDI solutions. Am I right? If we are just talking about EDI with costco, which solution is the best way to go?
Hi,I got client’s customization project with version 21.209.0034How to convert it to 22.210.0020 (2022r2) in proper way ?All what I was provided is customization zip package. Inside it contains only project.xml In this topic : was advised the following :It does not help meI need to clarify some moments :1)”Some changes are made to the End Point in 2022 that depending on the entities included in your endpoint which are quite a few, need to be reviewed and revised accordingly” - How to revise these changes properly ?2)”I just checked one of your entities mapping and this one (AP Bills) has at least two errors on Bill.Details.LocationID and Bill.Details.Subitem. In addition, you have some custom fields in your endpoint mapping” - How to fix these errors with Bill.Details.LocationID and Bill.Details.Subitem and how to save custom fields in such a way that it will not cause any errors ?3)”Please contact the partner/individual who did this for you to look into it and rectify the issues.” -
Hi,I need to get acquainted with customization project conversion process,Please provide a guide referenceI got client’s customization project with version 21.209.0034How to convert it to 22.210.0020 (2022r2) in proper way ?All what I was provided is customization zip package. Inside it contains only project.xml
Hi,I got client’s customization project with version 21.209.0034How to convert it to 22.210.0020 (2022r2) in proper way ?All what I was provided is customization zip package. Inside it contains only project.xml
Hi Has anyone ever done an integration with Acumatica and D-Tools?https://www.d-tools.com/ Thanks heaps.RegardsBev
When i am log in portal for certification test the following error was displaying
Hi,The aim of this topic is to figure out to call “Process” and "Processing All" from code and retrieve data from Checks and Applications entityCurrently, I extract data when the user press button “save” at tab Checks and Applications and generates file I need to do the same by, making my solution triggered by buttons “Process” and "Processing All"Can you, please, suggest how to call these events ?
New Environment - 2022 R2, EasyPost shipping integration, Zebra printer connected directly to PC via USB001 (we do not use Device Hub), label format EPL2Current Process - (using Acumatica shipping integration with UPS WorldShip) Shipments are created individually from a sales order, confirmed, UPS label printed on the Zebra printer and put on the package (we do NOT batch process shipments)In the test environment, we are unable to get the UPS label to print on the Zebra printer. We setup the BAT file as directed in one of the help topics and associated the file type to the BAT file but the label still isn’t printing.One possible issue is that the file created is x-epl2 which was not an option in the carrier setup.Has anyone had success printing UPS labels from the shipment screen without device hub? Thanks!
We implemented Avatax with Certcapture about four months ago. If I have a customer that is generally exempt but has a project that is not, I have been going into Certcapture to expire the exemption to force tax. This is a cumbersome process. Avatax has an option to set an over ride word to force tax but Acumatica does not that I know of support this. The over ride in Avatax is looking at the entity usage code field for that information. I am unable to add an over ride code into Acumatica’s entity use code field. I talked with a few people at the Summit and the only suggestion I received was to create a duplicate customer different address.Any help is greatly appreciated.
I'm looking to create a payment order and remittance for one of my customers who has sent an EDI 820 document; in the integration, I see Payment_PutEntityRequest and PaymentMethod_PutEntityRequest JSON schema’s, which should I use to create the payment order?
More and more people we cold call want to communicate thru text messaging. Is there a known 3rd party solution/integration that give us the ability to create and respond to text thru the Acumatica platform?
Hello,Does anyone have any suggested middleware / iPaaS products that they would suggest? Looking for easy user interface, robust transformational abilities, and descriptive error handling and control.Would like to get some input without going on a blind search for everything that is out there.Thanks in advance!
Hi there,Authorized.net, when something goes beyond the 30 day authorization period is there an automatic “re-authorization” possible?Thanks!
I have a problem and I am not sure how to fix it, one store uses the Shopify connector and one store uses the BigCommerce connector.Each store has thousands and thousands of products with individual SKU numbers, so each stock item in Acumatica creates 1 product in the stores. I am trying to condense these products as much as I can, to give each one a color variant where it is applicable. I was trying to do this with TEMPLATE ITEMS and MATRIX ITERMS but I can’t seem to do it with existing stock items and also use existing stock items for their matrix items (variants).I can not change the SKU numbers, the SKU numbers are used across multiple stores both online and offline.For example say i have these 3 stock items REG-RB-0013 (red lighter), REG-RB-0014 (blue lighter), REG-RB-0015 (green lighter). Currently all 3 of these are different stock items and 3 different products across the stores. I need to take the REG-RB-0013 and make it just a lighter with red being the default variant with R
Hello!We’ve been working with a consultant for months to link our Acumatica account with our bank. We’d like to issue ACH payments to vendors. Can anyone suggest a consulting group who can help us. Our bank has issued specific instructions but our consultants can’t figure out the connection process. Thank you!
Hello, Has anyone experienced this issue? I have followed Acumatica instructions to configure the eSign(https://github.com/Acumatica/Acumatica-eSign) but I’m getting the message below: Unable to authorize access because the client configuration is invalid: invalid_request Maybe the issue is related to the Redirect URI ? I don’t think that Esign.aspx is correct. From your end is it working? Thanks
Does anyone know of a method or 3rd party product that will integrate Paypal with Acumatica so that a refund on a Paypal payment can be initiated in Acumatica instead of requiring this to be done directly in Paypal?
What is the expected functionality of the Shipstation integration? I Have installed the customization, connected the two software within Shipstation and started to set up the Shipstation configuration in Acumatica. Im having trouble getting the orders sent over to Shipstation. What has to be set up in Ship Via? Does a carrier need to be set? I have gone through the user guide sent over from kensium, but still cant get the order sent over. While the Shop for rates functionality be available with this connection. I can’t find any valid resources to provide me with this information. Can you help?
Biz-Tech Services newest bi-directional integration with ShipStation.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.