Get inspired and gain all the knowledge you need
Can we watch beginning AR Balance Customer before release new invoice
Hello Acu community!I’m working on this report and I’m wondering if there is the possibility to show the image in the report that is attached the Clip icon.Thank you for your help!
We have the Salesforce integration set up and running the integration manually does work, although we would like to turn on the real time sync. We are only pushing records into Acumatica from Salesforce, so we have no export scenarios assigned to the Salesforce setup. There are no errors if we run the import manually from Salesforce, although when we update Salesforce, opportunity for one example, it doesn’t update the Acumatica record. We have to do a sync within the Saleforce Data Resync screen. Within the Salesforce Sync screen, we do have all entities running for the real time sync (with Import Scenarios activated for all of them).
Hello,I have just discovered that somewhere along the way I have removed access to the testing tenant for our company. We had been doing some work on security roles so I am assuming that the two are related. However, I am unsure how I can “re-enable” access to the testing tenant for myself (as admin). Any help would be great. Thank you,Brandon
Hello, I am not an excel expert, so I do not know whether the issue I met is related to the below idea: The issue I met is as below:1, I formatted a data field in report designer, using “0.00” 2, It is looked nice in screen and when exporting to PDFHowever, the data is only displayed in integer format, while it is indeed having 2 decimals value. on the contrary, the data filed without formatting is looked bad on screen, but it is OK when exporting to excel
I am trying to do a test upgrade from 2021 R2 to 2023 R1 on a local VM to test some customizations and I get this error: I am using SQL Server Standard 2016 with the latest CU.Is there any way around this, or do we need to use an Enterprise Version of SQL locally now as well?I should add that when I click Ignore to all the error messages it does seem to finish, but I am not sure of the state of the data. Does it just mean that I cannot use the new archive feature on my local test VM but everything else will work?
We have a quote form where the description is in a multiline textbox that wraps to multiple lens when the text is long. We ran into an issue that the textbox expands to an additional line before the text wraps to that line, leaving a blank space before the next row.The style is set in the template form.I assume it is because the space allowed for each character is too much, so the textbox expands before the text needs to wrap. Is there any way to fix this issue, or perhaps this is a bug? Thanks,Harlan
I am looking to set the Price Class field to be required on the location screen when a customer is being created.So my attributes are set as below.This works fine on the customer screen but when I try to add a vendor or employee I hit a stop as the price class is not populated, price class isnt required on either so is there anyway just to enforce this requirement on the customer screen? [PXDBString(10, IsUnicode = true)][PXSelector(typeof(AR.ARPriceClass.priceClassID))][PXDefault(PersistingCheck = PXPersistingCheck.NullOrBlank)][PXUIField(DisplayName = "Price Class", Visibility = PXUIVisibility.Visible, Required = true)]
I am entering our credit card transaction and it won’t allow me to post a credit transaction.
In project, how to add employees in individual tasks… I want separate employees to assign a different task. Is it possible to add each line item with each employees?
Currently you cannot enter a negative expense receipt for a corporate credit card. Upvote here: However we have many customers who are dealing with this on a regular basis, what is your prefered or suggested workaround while Acumatica considers the idea of adding this into the product? Thank you!
In 2023R1I have a custom field UsrOriginalPromise to the Purchase Orders Details. I am enabling all three fields shown below for closed orders.Requested Date is the Requested field with a modified label. Current Promise is Promised with a modified label. Those are built in fields that I am able to get enabled for editing.I added all three fields to the Closed Workflow. I also added the following code to finish the job of enabling the cache and enabling the fields: THIS IS IN THE PROJECT EDITOR, NOT VS.If I remove the comments from the lines below, the two built in fields get enabled, but the custom field does not, AND there are errors on the PO3010PL entry point screen and in the Project editor. public class POOrderEntry_Extension : PXGraphExtension<PX.Objects.PO.POOrderEntry> { #region Event Handlers protected void POLine_RowSelected(PXCache cache, PXRowSelectedEventArgs e, PXRowSelected InvokeBaseHandler) { if(InvokeBaseHandler != null) InvokeBaseHandler(cac
Note* We are using avatax
We have the problem that with one version of Outlook 2016 only dll or exe files can be installed via the addin management and no xml.Does anyone know the problem - how did you solve it?
Hello,i was trying to print the invoice with the shipment. The process is done in the system that is no problem at all, but when adding the invoice to the shipment report it doesnt seem to work. I tried doing it as a subreport.I added a new parameter to the invoice report. Then added the Filter as below Before even connecting the invoice to the shipment report i tried to print the invoice but it doesnt show any values. I dont know why. I also tried ARTran.SOShipmentNbr but still doesnt work. What am i missing?Just FYI: i didnt join or changed anything else. I used the template reports for shipment and invoice.Thanks for the help.