acumatica

Is there a way to get User Defined Fields into selectors?

只谈情不闲聊 提交于 2020-06-16 19:21:15
问题 I have a customer utilizing the User Defined fields. I found that the values are located in KvExt tables in the database, but I have not found a way to access those directly through DACs or DAC extensions. Is there a way I can access that field and add it to a base Acumatica page? The specific target in my case is the ARTran.RefNbr selector in the ARPayments page. 回答1: As you probably know the User Defined Fields are actually using the Attributes defined in the system. The User Defined Field

How to update Kit Assembly extension table fields after releasing Kit Assembly?

独自空忆成欢 提交于 2020-06-01 06:32:48
问题 IN Kit Assembly screen, once i release Kit Assembly then i can never update INKitAssembly, But I have to allow KitAssembly Extension table fields to update. how may i allow to update custom fields added in INRegister(InKitAssembly) extension table? Is there a way to update InKitAssembly extension table fields on Release operation completion, DO you have any call back delegate after Release kitAssembly long operation completion? 回答1: Updating your extension values in the INReleaseProcess

How to work with Extension Table with projection INKitAssembly projection class?

落爺英雄遲暮 提交于 2020-05-17 06:48:26
问题 Below is extension DAC and Graph code, INRegisterKitAssemblyExt is a DAC, i have created a database table for that. i want to save usrSiteID value in INRegisterKitAssemblyExt(separate) database table. Please check how may i initialize extension DAC with INKitRegister DAC and save the value and how to use usrSiteId in UI? [PXTable(typeof(INKitRegister.refNbr), typeof(INKitRegister.KitRevisionId))] public class INRegisterKitAssemblyExt: PXCacheExtension<INKitRegister> { #region RefNbr public

Acumatica and Outlook Plugin and Azure Single Sign on Error

会有一股神秘感。 提交于 2020-05-15 07:57:27
问题 Related to the outlook add-in for Acumatica... When our users try to authenticate with their azure login, we see the following error. https://www.dropbox.com/s/le7t3ez5ua69qls/Screenshot%202020-04-23%2019.18.52.png?dl=0 NOTE: we have 2 factor authentication on for our users through office 365, but i don't think that is the issue as i disabled and also tried using a app password which would bypass the 2 factor we have customized the outlook plugin and it works just fine when use a regular

Acumatica and Outlook Plugin and Azure Single Sign on Error

烂漫一生 提交于 2020-05-15 07:57:14
问题 Related to the outlook add-in for Acumatica... When our users try to authenticate with their azure login, we see the following error. https://www.dropbox.com/s/le7t3ez5ua69qls/Screenshot%202020-04-23%2019.18.52.png?dl=0 NOTE: we have 2 factor authentication on for our users through office 365, but i don't think that is the issue as i disabled and also tried using a app password which would bypass the 2 factor we have customized the outlook plugin and it works just fine when use a regular

How to add a memo / formatted text field ala Cases

心已入冬 提交于 2020-05-14 11:04:32
问题 I'd like to add a tab to a screen which contains a memo / formatted text area the way the Cases screen does, e.g.: Adding a tab is straightforward, no help necessary there, but I don't remember seeing anything about how to add this type of text area in the training courses. If there's an example I'd appreciate a point in the right direction. 回答1: You can add the RichTextEditor manually to your aspx file. <px:PXTabItem Text="Test"> <Template> <px:PXRichTextEdit runat="server" AllowLoadTemplate

How to add a memo / formatted text field ala Cases

♀尐吖头ヾ 提交于 2020-05-14 11:04:06
问题 I'd like to add a tab to a screen which contains a memo / formatted text area the way the Cases screen does, e.g.: Adding a tab is straightforward, no help necessary there, but I don't remember seeing anything about how to add this type of text area in the training courses. If there's an example I'd appreciate a point in the right direction. 回答1: You can add the RichTextEditor manually to your aspx file. <px:PXTabItem Text="Test"> <Template> <px:PXRichTextEdit runat="server" AllowLoadTemplate

“Lot/serial nbr ('anyNumber') can not found in the system”, why am i getting this?

混江龙づ霸主 提交于 2020-04-30 09:19:31
问题 "Lot/serial nbr ('anyNumber') can not found in the system", why am i getting this when transfer inventory from a location to another? 1) Transferred inventory from SHIPMENT location/warehouse to another location warehouse. 2) then transferring again from above location warehouse to another warehouse/location. then got error. INTransferEntry transferGraph = PXGraph.CreateInstance<INTransferEntry>(); INRegister reg = new INRegister(); reg.SiteID = lotDetail.WarehouseID; reg.ToSiteID =

Add page numbers to the bottom of Process Shipments grid

懵懂的女人 提交于 2020-04-30 07:41:45
问题 I'd like to add page numbers to the bottom of the grid for the Process Shipments page. Nayan from Acumatica had given us the following customization code: <ActionBar PagerVisible="Bottom"> <PagerSettings Mode="Numeric" LinksCount="5" /> </ActionBar> Set Grid's Skin ID to 'PrimaryInquire' Both of these actions have been completed, but it doesn't work. 来源: https://stackoverflow.com/questions/37886240/add-page-numbers-to-the-bottom-of-process-shipments-grid

Add page numbers to the bottom of Process Shipments grid

若如初见. 提交于 2020-04-30 07:39:45
问题 I'd like to add page numbers to the bottom of the grid for the Process Shipments page. Nayan from Acumatica had given us the following customization code: <ActionBar PagerVisible="Bottom"> <PagerSettings Mode="Numeric" LinksCount="5" /> </ActionBar> Set Grid's Skin ID to 'PrimaryInquire' Both of these actions have been completed, but it doesn't work. 来源: https://stackoverflow.com/questions/37886240/add-page-numbers-to-the-bottom-of-process-shipments-grid