Check out this new video on How to generate a Customization Analysis report (CAR).
Search This Blog
December 23, 2022
December 22, 2022
QuickFix: How to check component of a deployable package
Wondered how to check the components of a deployable package on LCS?
If you are not sure about a deployable package component and what models/packages it may contain, you can get these details on LCS where it might store on AssetLibrary without even downloading and extracting.
Try this: Navigate to LCS > Your project> Asset Library > Software deployable package and select a package for which you want to get more details, scroll right and you will see the option "Show component details", click on this and it will show you all the Packages it contains.
If you scroll further down in the right pane area, you will get more details about the package like its compatibility with earlier versions, package ID, build, version, publisher, etc.
December 20, 2022
Print Barcode on SSRS report
Hello Folks,
In the case where you need to print a barcode on a report, try the below code
Further, check the below link for more details
December 13, 2022
Validate financial dimension combination
Hi Folks,
Often we need to create Journals via X++ code as part of customization or integration and dimension is always the tricky part of this. How to validate the dimension combination value as per rules set in the system.
I am sharing a code sample to do the same, check this code and you may need to replace some dimension names or add/remove dimensions as per your requirement. The below code sample will validate
1. Main account
2. Individual dimension value
3. Deactivated dimension values
4. Dimension combination
Subscribe to:
Posts (Atom)