acumatica-kb

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

“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 =

Feature.xml changes are not showing in Enable/Disable custom feature UI?

瘦欲@ 提交于 2020-04-30 06:49:48
问题 Add custom feature checkbox is not showing in custom feature UI, My finding var featureAttributes = cache.GetAttributes(null, field).OfType<FeatureAttribute>(); giving 0 featureAttributes, that's-why it is not visible while i have added Features.xml file with proper tag as suggested in documentation, any thing else am i missing? 回答1: All you should need is the table extension for the FeatureSet table. Here is an example: public sealed class FeaturesSetExtension : PXCacheExtension<PX.Objects

Feature.xml changes are not showing in Enable/Disable custom feature UI?

只愿长相守 提交于 2020-04-30 06:48:46
问题 Add custom feature checkbox is not showing in custom feature UI, My finding var featureAttributes = cache.GetAttributes(null, field).OfType<FeatureAttribute>(); giving 0 featureAttributes, that's-why it is not visible while i have added Features.xml file with proper tag as suggested in documentation, any thing else am i missing? 回答1: All you should need is the table extension for the FeatureSet table. Here is an example: public sealed class FeaturesSetExtension : PXCacheExtension<PX.Objects

Feature.xml changes are not showing in Enable/Disable custom feature UI?

两盒软妹~` 提交于 2020-04-30 06:48:25
问题 Add custom feature checkbox is not showing in custom feature UI, My finding var featureAttributes = cache.GetAttributes(null, field).OfType<FeatureAttribute>(); giving 0 featureAttributes, that's-why it is not visible while i have added Features.xml file with proper tag as suggested in documentation, any thing else am i missing? 回答1: All you should need is the table extension for the FeatureSet table. Here is an example: public sealed class FeaturesSetExtension : PXCacheExtension<PX.Objects

Feature.xml changes are not showing in Enable/Disable custom feature UI?

随声附和 提交于 2020-04-30 06:48:07
问题 Add custom feature checkbox is not showing in custom feature UI, My finding var featureAttributes = cache.GetAttributes(null, field).OfType<FeatureAttribute>(); giving 0 featureAttributes, that's-why it is not visible while i have added Features.xml file with proper tag as suggested in documentation, any thing else am i missing? 回答1: All you should need is the table extension for the FeatureSet table. Here is an example: public sealed class FeaturesSetExtension : PXCacheExtension<PX.Objects

Exporting Records from Acumatica via REST Contract-Based API

橙三吉。 提交于 2020-01-03 01:27:11
问题 This topic will demonstrate how to export records from Acumatica ERP via the REST Contract-Based API. In contrast to the Screen-Based API of Acumatica ERP, the Contract-Based API provides both SOAP and REST interfaces. For more information on the Contract-Based API, see Acumatica ERP Documentation 回答1: Data Export in a Single REST Call In this example you will explore how to export the following data from Acumatica ERP in a single call via the REST Contract-Based API: all stock items existing