Get inspired and gain all the knowledge you need
Recently active
Hello all,I have been trying to import some time records in the Employee Time Activities screen, but looks like due to the date issues it is not able to import some of them.the data from excel, have attached the excel sheet too:It says that the import has been processed:But on employee time activities screen its just 3 that has been imported. The data from 09/12/2024 isnt getting imported.Attached is the compressed file of the import scenario.
Hello. I am currently trying to create a business event to execute the "Update Inventory" action whenever a new record appears in a General Query. Unfortunately, it's not working and I am receiving the error from the title. Can someone help?This is my Action Subscriber:Any suggestions? The action does trigger a popup when activated, so I suspect that might be part of the issue. However, since other actions such as “Prepare Invoice” also failed, I’m uncertain. Help would be appreciated. Business Event History:
Hi I have 2 requirements,Copy Custom Field Values from Shipment Line to Invoice Line (SOShipLine → ARTran) Copy Custom Field Values from Purchase Order Header to Purchase Receipt Header (POOrder → POReceipt) How can I implement this? Is there a way I can use PXOverride and update the fields on invoice line creation and purchase receipt creation.For example this is an implementation I did for copying field values from sales order header to shipment header screen.public delegate void CreateShipmentDelegate(CreateShipmentArgs args); [PXOverride] public void CreateShipment(CreateShipmentArgs args, CreateShipmentDelegate baseMethod) { // Call the original method to ensure default behavior baseMethod(args); // Retrieve the current shipment and order SOShipment ship = Base.Document.Current; SOOrder order = args.Order; if (ship != null && order != null) { // Use the extensio
Hi,Im overriding action of creating shipment on sales order screen. I need stop execution of all processes.Is there any way I can stop execution of all processes in overrided action?I tried to usethrow new PXException(msg);but it only shows exception and continued execution.
As an exercise to learn Report Designer more, im trying to make a simple report from scratch. I’ve done some googling and reading here, but can’t seem to find the answer.The report is a BackOrder report i want to send to certain customers using Business Events. I have the GI Made and is working great. My report is coming along, Im running into a snag where its not showing all line items for the “Order Nbr.” but Im unsure howto get it to display correctly. My assumption is its the way I’ve formatted the expression editor for this value? My next problem is i can’t quite get the lines to group together cleanly, there is always a gap. Any help here would be greatly appreciated.
When I update the quantity of the top row. I’m updating all rows as well. I’m calling the RequestRefresh but its not refreshing. I know the quantities are being updated because when I refresh manually they show. Interestingly, I’m doing the same in my Sales Order grid but its refreshing fine. What am I missing here ? How do I properly refresh the quote grid ? Here’s the snippet of my code : private bool updatingqty = false; protected void CROpportunityProducts_Quantity_FieldUpdated(PXCache cache, PXFieldUpdatedEventArgs e) { var row = (CROpportunityProducts)e.Row; if (row == null || updatingqty) return; updatingqty = true; foreach (CROpportunityProducts component in Base.Products.Select().RowCast<CROpportunityProducts>().Where(s => s.LineNbr != row.LineNbr)) { cache.SetValueExt<CROpportunityProducts.quantity>(component, row.Quantity); Base.Products.Cache.Update(component); } updatingqty = false; Base.Produc
We have one Tenant that currently contains two different companies (they are separate LLC’s). We have had issues posting transactions to the wrong company within this Tenant so I would like to separate these companies into two Tenants. My thought is to either make an exact copy of the existing Tenant and then deactivate one company in each new tenant. This would leave a lot of “clutter” in each Tenant from the deactivated company’s data. My other thought is to create a new tenant and just import current GL balances and open transactions into it for the smaller company. Does anyone have experience with something like this or any advice on the best way to handle?
I want to create a bill related to a subcontract. I am able to create bill for PO receipts but can not create for subcontract using the same steps.I have added SubcontractNbr and SubcontractLine in the Bill.Details entity like After that if a bill is created through Subcontract via “CREATE AP BILL” button and we try to GET that bill through API, we get these fields (SubcontractNbr and SubcontractLine) in the response. But when we try to add these data while creating bill through PUT request, the items are not linked to the Subcontract. Payload:{ "Vendor": { "value": "20119" }, "VendorRef": { "value": "IX00614958-C" }, "Date": { "value": "04/06/2024" }, "VendorDocDate": { "value": "04/06/2024" }, "BranchID": { "value": "TESTCOMPAN" }, "DocDesc": { "value": "V004651-2" }, "CashDiscountDate": { "value": "04/06/2024" }, "PostPeriod": { "value": "06-2024" }, "DueDate": { "value": "02/06/2024" }, "Amount": { "value": 750 }, "Details": [
Since Import Scenarios usually behave exactly as using the UI would, fields disabled in the UI are normally not able to be imported to. This custom attribute will allow you to specify a field to be disabled for the UI but still allow importing:public class DXEnableForImportAttribute : PXEventSubscriberAttribute, IPXRowSelectedSubscriber{ public DXEnableForImportAttribute() : base() { } public void RowSelected(PXCache cache, PXRowSelectedEventArgs e) { PXUIFieldAttribute.SetEnabled(cache, e.Row, _FieldName, cache.Graph.IsImport); }}Then use it:#region UsrCustomField[PXDBString(15, IsUnicode = true)][DXEnableForImport] // here[PXUIField(DisplayName = "Custom Field")]public virtual string UsrCustomField { get; set; }public abstract class usrCustomField : BqlString.Field<usrCustomField> { }#endregion
Good day,I am trying to get the Create PQ panel to unlock and allow the user to select add item detail on the PQ and uncheck the set as Primary.I can seem to find a solution. Any suggestion to activate the panel. Thank yoiu.Evan
So I have a User who, despite having identical settings to my own, has stopped getting system emails that have been sent landing in their “sent items” folder in outlook. the test email sends successfully so I am not getting any errors to give me a hint of what might be happening. HollyH is the one who is not getting the sent items to show in the sent items folder.
Hello,I need to find the total number of calls performed by person by week in GI. I have added the following fields in grouping. Is Count the right function to be using?
Is anyone else recently having issues saving xml file from the community? If not what steps are you using to save these files?
I have a user that has created several Expense Claim templates and wants them deleted. I know I can list templates from the Document Templates screen, but how do I find the correct ones so that I can delete them?Or is there another simpler and easier way to remove Expense Claim templates?Thank you,
We are experiencing an issue on our Shopify, where the connector is manually adjusting inventory numbers by adding a sort of “phantom” inventory available for customers to purchase. This is creating the qty available in Shopify and Acumatica to not be in sync, and creating a lot of backorders in Acumatica. From looking at the different transactions on a given item, there is not return, refund, or assembly being created where it would add a positive value to push to Shopify. Below is an image from Shopify where the connector is adding in a “random” positive value. Some more background information: we only first encountered this issue on items that we are including in a online sale, so the volume of orders coming in for these items increased significantly. Prior to us listing the item on sale, the inventory in Shopify and Acumatica was perfectly in sync, with no error records on the template or product availability in the Sync History screen. I am seeking advice from someone who may have
I have a client that operates two separate companies in two different countries.They do not want to share Financials, Customers, Employees, etc. I am looking for opinions as to why I would implement, and what the deciding factors would be, for Single-Tenant, Multi-Company versus Multi-Tenant, Single-Company setup?The two appear so very similar. Why would I choose one over the other? Looking for opinions, as to deciding factors.Thank you,Jeff
When creating a new contact for an existing customer the phone type is coming up blank. Has anyone else experienced this and know of a fix? Please see screenshots. When clicking on the + to create a new contact under the customer the phone number types come up blank. If you click on the dropdown, the types show up. However, once you select, the field is still blank. When we click create and review, the selected type populates in the record. We are in 23R2 and don’t have any customizations to this screen. When clicking on the + to create a new contact under the customer the phone number types come up blank.If you click on the dropdown, the types show up.However, once you select, the field is still blank.When we click create and review, the selected type populates in the record.
We have a large number of Open Receipts with no AP Bill. Many of these are nonstock items but there are stock items in the bunch. I’ve discovered that our AP department skipped the match for some reason and has already paid the vendor. Many of these are over a year old when the receipt was created. What options do we have to close them out so they are no longer an open receipt?
I am trying to generate a list of lots or serial numbers that are currently on the Production Order. I have AMProdItemSplit in the Production ticket at this time but I can only seem to get one Lot or Serial number to print. This is my first time trying to print a collection of data and I am try to determine the best way. Anyone have any pointers or help articles for this? Attached is my rpx as well.
Few questions as it relates to backflushing of materials against a production order:How does the system flag us if we do not have enough stock of items marked for backflush? In our current model (without use of backflush), we utilize a warning message on Move transactions. This warning message flags us that there are unreleased materials to be issued. This is great as it ensures all material gets issued. Now that we have certain items marked for Backflush, all these items appear in the warning message - making it impossible to decipher which will be issued during the Move transaction (backflush) and which are true unreleased materials. Is there a way to use warning message while omitting backflushed items?
I’ve never had this error when running Project Billing and thought I’d post it here before opening a support case with Acumatica. Action - Run Project Billing (Progress billing and not T&M)Error - Recurring Item Sales Subaccount is missing Anyone else have this and can point me in the right direction? I’ve looked at the billing rule and it’s default subaccount for sales is looking at the project (which has a subaccount).
Researching the possibility of capturing a driver's signature in a Shipment to be able to print Bill of Lading form from it.
Good day,I am trying to add an invoice in the Documents to Apply tab for a Credit Memo on the Payments & Applications (AR302000) screen via the API endpoint: {{base_url}}/entity/{{endpointName}}/{{endpointVersion}}/PaymentWhen I push through the applicable payload, I get the following error message: “The document is out of the balance.; curyOrigDocAmt: The document is out of the balance.”The slight mind scratcher here is; suppose I open the credit memo on the Payments & Applications screen and then manually click the Load Documents button on the screen, let the system load the invoice, and then save. If I remove that line, save it again, and then push through the same API request, I don’t get an error and the invoice shows up on the Documents to Apply tab.What would be wrong with my initial attempt at adding this invoice line to the credit memo’s Documents to Apply detail section?Request:{ "Type": { "value": "Credit Memo" }, "ReferenceNbr": { "value": "FT
Hello all,I have been trying to import Time Activities but it triggers the following error: We have the employee record created. But when I try to manually enter a time activity or time card, the employee record doesnt show up
I have a client that want to add signatures to a page for the manager, picker, driver and Client.Is there a way to customize the action ‘SignReport’,?My idea is to save the img’s id to a new DB field(s) so that I can use it later on a report.for reference there is the normal way of adding a signature update container "OrderSummary" { ... add recordAction "SignReport" { behavior = SignReport displayName = "Sign" } ... }
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.