Acumatica generic inquiry how to export more than one GI as xml - acumatica

I know you can export one GI at a time to xml, I'm wondering you can select all user GI and export to XML as a backup.
Thanks

You can do this by creating a customization project and include all the generic inquiries you need in one package. The project can be exported and imported which includes all of your attached GIs. We do this already and works great. Do not forget to update from database when making changes before re-exporting.
Simple list of steps if you have not created a project before: (using 5.30)
System > Customization > Customization Projects > create a new project (save)
Click on the hyper-link for your project name to open the customization project window.
Click on Generic Inquiries
Click the add (plus symbol) and check/select all of your GIs and click save. Note the 'RELOAD FROM DATABASE' option. Do this step when you make changes to your GI that you need to update into your package as this does not happen automatically when saving changes to your GIs.
You should see the list of Generic Inquiries include all that you selected
In the upper right under File (still in the Customization project window) select 'Export Project Package'. A zip file will be downloaded from the site which includes all of your XML for each GI

Related

"Layout" folder not appearing in "res" folder

Recently I installed android studio and wanted to create a map, selected java language instead of kotlin.
As I was following a guide on internet,
https://developers.arcgis.com/android/latest/guide/install-and-set-up.htm
it said to select "Main_activity.xml" in res->layout.
But I couldn't find any layout folder.
Here's the image of my project view:Android Project View
Thank You
From your "Android Project View"
In Java folder, you can see three "com.ecample.hackathon" folders, among these three folders first one is blank, when we create any Activity in our project, java class show at here, and xml file show in layout folder(parent is res folder).
So now, you have to create Activity.
Steps:
1) Right click on this empty folder "com.ecample.hackathon"
2) Select New
3) Than Select Activity
4) As per your choice you can select the option.
Ex. Select "Empty Activity
Name as according your use.
You can get java and xml file in proper place.
Hope this help you.

Need help in 2017 R2 - 17.200.0401 modern UI Sitemap

I have created some new categories and added my screen under that category, do we have an option to put these newly created categories and sitemap structure into customization project or else we need to recreate manually in each instance.
Group 1 and Group 2 are the new categories I have created and linked some screen under it.
The steps are:
Add the page to the classic SiteMap (SM200520)
Add classic sitemap entry to your customization project sitemap section and publish it
Add your page to modern UI
In customization project editor SiteMap section click 'Reload from Database'
The Reload from Database step should add the Modern UI sitemap entry.
You can check if the modern UI were packaged in the customization project items (Menu->File->Edit Items). Project items of type SiteMapNode that deploy to modern UI will have XML elements/attributes prefixed with 'MUI' (ModernUI).
if we uncheck entry screen checkbox for GI screens, we are able to get the entry form in both Title Menu and as well as in Menu Item also. But, as these default Acumatica GI screens are in Hidden folder, they are not exposing in Add Menu Item popup, so I moved to Help folder
A combination of John's answer and HB_ACUMATICA's answer seems to be the more complete answer. The steps in HB_ACUMATICA's answer works, except if the classic Sitemap item is contained in certain folders (in my case, Finance/AR/Configuration/Manage), then it won't show up on the modern UI in the list of items to choose. If I moved it to the Help folder, then I could choose it. Anyone know what the criteria is for including an item in the modern UI item choice list?

Why can't Acumatica find a view?

I created a DAC extension mapped to an extension table off of SOShipment. I have two custom fields in the extension table that I'd like to add to the Sales Orders entry form, specifically the grid in the Shipments tab. When I go to the layout editor for this form and select the Grid: ShipmentList under the Shipments tab, there are no fields in the Add Data Fields tab on the right. Also, I see a yellow circle with this error in several places:
The "ShipmentList" view is not found. Try to publish the customization project.
I published the customization project, but the error persists. To my knowledge, we haven't done any customization that would've touched the ShipmentList view. What is the issue here and how do I resolve it?
Since you are trying to add those Custom fields to the Grid: ShipmentList(which primary DAC is SOOrderShipment), make sure you add the Custom Fields to the Correct DAC extension, the correct DAC extension should be for SOOrderShipment.
(You have to rename the DataView because in base code, this Dataview is named shipmentList. However, the editor Tool when generating Customization Script for that screen is assigning ShipmentList(Capital S) to Datamember instead of correct Dataview name. )
So, then Go to Section Screen, Select SO301000 screen, select the Grid(ShipmentList) under the Shipments Tab, select Action->Edit ASPX, then locate on DataMember="ShipmentList" (with Capital S) and replace it for DataMember="shipmentList" (lowercase s). Then click on "Generate Customization Script" and publish your Customization.
After publishing, go to SO30100 Screen, select correct Grid and you will be able to see new Custom Fields and the warning message gone.

Bitrix - How to find last updated component or file in Bitrix

I have updated one component file from the Edit Mode of Bitrix environment. I have written one statement and write exit to debug the code. But now I can't find the component which I have edited.
Is there any way to find last updated files or templates or component or any other way by which I can revert back that component?
I have updated component file from this page - CRM > Deals > Add New Deal page.
Any help would be appreciated.
If you edited CRM > Deals > Add New Deal page using "Edit page" button then check out /crm/deal/index.php file.
To check out what core files/system components were affected (if they were modified) you could use "Project Quality Control" tool:
Open Control Panel > Settings > Tools > Project Quality Control
Click "Release Project".
In checklist find "Project release" group and click "The system kernel was not modified".
Click "Run autotest".
Click "Detail report" link to see which core files was modified.
But the best way to figure out what files was modified is compare document root folder with the backup copy.
If you want to continue to edit the files then I recommend you to set up version control system (e.g. GIT).

How to remove strike marks from Imported Objects

why I am getting strike marks on imported objects after importing through csv file and how to remove it
I'm going to add some screenshots to #GNi33 's comment.
Method one is to right-click on an object and choose Publish from the context menu:
Method two is using the batch functionality. This is very helpful when publishing several objects. Just left-click on the object folder and select all objects:
Then click on that little arrow in the head of the Published-column and choose Batch change selected:
Finally just click the Published-checkbox in the modal and hit Save:
E voila, all objects inside that folder are published.

Resources