Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all 10032 articles
Browse latest View live

How can automate the serial number assignation

$
0
0
how can i automate the serial number assignation to the released component and insert the serial number in reservation entry

Nav Serialization Enhancement

$
0
0
1.How can we automate the serial number assignation to released component production journal
2.How to validate to check if the serial number already assigned or used.

Transfer Generic Diagrams

$
0
0
Hello
I am currently faced with the task of transferring the generic diagrams from a Cronus demo database to a real environment where there are no diagrams at all. It doesn't seem to work with the configuration package because the table behind it is a system table.
Now I wanted to export the diagrams individually as an XML file and then import them again. Unfortunately, this too fails; If I imported one XML file and then want to import the next one, I only have the option to overwrite the first diagram :cry: .
Has anyone ever dealt with this issue here and can help out?

With kind regards

Nav.Client.exe -consolemode Parameter not working with 140?

$
0
0
Hey there,

can anyone confirm that the -consolemode command line parameter, that worked perfectly by at least v71, stopped working in or since v140?

I'm starting a "ui-less" windows client to run a codeunit like this (yes I know, there are better ways to do this):

"C:\Program Files (x86)\Microsoft Dynamics 365 Business Central\140\RoleTailored Client\Microsoft.Dynamics.Nav.Client.exe" -consolemode "DynamicsNAV://myserver:9927/myinstance/mycompany/runcodeunit?codeunit=12345678" -settings:"C:\settings\mysettings.config"

Normally there should no win client ui appear on this but it does. The codeunit runs and the win client stays opened.

Thanks in advance,

Markus

High CPU load when starting NAV service tiers

$
0
0
After a reboot of the server I start the NAV service tiers. After the service tiers has status Running, the CPU load is 100% for about 10 a 20 minutes.
I have no clue what the service tiers are doing. Anyone?

How to edit the Find row in Items by location Matrix.

$
0
0
HI All,
I would like to know if there's a way to edit the subpage Find in the Items by location matrix
y9fz09ula7mj.png

Scenario : I just want to change the default field in this subpage From Description to No.

Cheers!

Thanks,

Removing Default buttons from a ListPart in NAV2018

$
0
0
Hello Nav Experts,

I am using NAV2018 with extensions.
I tried to remove the "New" button from a ListPart's ribbon using "InsertAllowed = Flase" but that didn't work.



Any other solution please ?


Regards.mhulcrv0w59r.png

Transfer field selections type options to another field of the same type but on another page

$
0
0
Hello.
I have a page that has two option fields. I would like to know if it is possible that from the first page the user selects the option in field 1 and the option in field 2. After this, the two that were selected in the previous fields are shown as options on the next page.

For Example:
Options: Blue, Red, Yellow, White, Black, Pink

PAGE 1 > Field 1 > Selected option: Blue
PAGE 1 > Field 2 > Selected option: Red

PAGE 2 > Field1 > Possible options: Blue or Red
PAGE 2 > Field2 > Possible options: Blue or Red


The possible options to select must be those chosen on the previous page.

Report layout in NAV/BC.

$
0
0
Hello,

I'm creating a Sales Invoice report layout. I am trying to hide one of the columns in a row but keep the size of my table. E.g. when the "Item No." column is hidden, the "Description" field size grows.

I would be grateful for your suggestions.

Thanks.

NAV2013 R2 Debugger without SUPER

$
0
0
Hi everyone,
as we can read here (http://www.mibuso.com/forum/viewtopic.php?f=32&t=61338&start=0&hilit=debugger+super) you have to set a permission SUPER, without company, if you want to grant access on debugger to an user.
I was wondering if there is another method.
We have a very large database, with 10 companies, one for each country we are present, and I need to grant access to debugger to a consultant in one of these countries.
Of course he couldn't see data from other countries, so I cannot give him a SUPER user access without restriction to company.

Have you got any idea?

Many thanks in advance for the help.

Want to create sales order for each line from sales quote

$
0
0
Hi All,

I have created a sales quote with multiple lines added. Here i want to to create a different sales order for each line of sales quote.

Explanation:

I have a Sales Quote with two lines(X and Y). While i am clicking the 'make order' button in SQ page, It should create two different Sales orders one with item line X and another sales order with Item line Y.

Please help me with your ideas / Code snippets.

Thanks in Advance,
Jacob A.



Where does my Item.Picture hide?

$
0
0
In a BC13 (Build 28871) I have a report written in al/rdlc where I want to include the item picture that is displayed in the item page.
  • First I just just included the Item.Picture in the dataitem column, but for some reason not all the pictures where included.
  • Then I changed the code to repeat through Tenant Media using the Item.Picture.Item(index:Integer) method. This got most of the pictures.
  • Now I have an example of a picture being displayed on the Itempage that is not present in the Tenant Media record; but I have tracked it to the Tenant Media Set record....
So my question is: How can I get the blob value from the Tenant Media Set if there is no corresponding Tenant Media?

Belgian localisation

$
0
0
Hello,
i am using the Belgian localisation.
I would like to know which protocol (Domestic, International, SEPA, Non SEPA) if i need to pay a vendor in USD who is in Belgium?

Note: Belgium forms part of SEPA

Field locked for editing

$
0
0
Hi,

I want to edit the last modification date in the Item Card after adding or modifying the Unit of Measure records but I have not succeeded and I suppose it is because the field is blocked

I have tried it this way:
    [EventSubscriber(ObjectType::Page, Page::"Item Units of Measure", 'OnInsertRecordEvent', '', true, true)]
    local procedure OnNewItem(var Rec: Record "Item Unit of Measure")
    var
        Item: Record Item;
        ItemCard: Page "Item Card";
    begin
        Item.SetCurrentKey("No.");
        Item.SetRange("No.", Rec."Item No.");
        if Item.FindSet() then begin
            Message('Successful in Item No.: %1', Item."No.");
            ItemCard.Editable := true;
            Item."Last Date Modified" := Today;
            Item."Last DateTime Modified" := CurrentDateTime;
            Item."Last Time Modified" := DT2time(CurrentDateTime);
            ItemCard.Update();
            ItemCard.Editable := false;
        end;
    end;

How can I unlock a field for editing after inserting or modifying records?

Upgrade BC Version 13 to Version 17 without C/AL changes

$
0
0
Hello everyone,

this is probably a question with an obvious answer but it's still early in the morning and I can't get it out of my head.

If I do an Upgrade vom Business Central Version 13 to Version 17 without having any custom changed objects in C/AL (We've already been programming in AL and have thus an ExtensionName.app for it) I still have to do the extra step of first upgrading from Version 13 to Version 14 and from there to Version 17, right? That in-between step isn't just to convert your (here non existent) C/AL Objects to AL.


Ciao,

Lilithyan

Manufacturing Finance Assistance required

$
0
0
Hello,

Some bad bespoke has resulted in Inventory WIP still being present in Finished Production Orders. We could Create a General Journal to migrate the WIP Value from the WIP G/L to the Finished Goods Adjustment G/L Code set up. This however still leaves the Value Entries in WIP and therefore an unbalance.

How is it possible for us to flush through the outstanding WIP from a Finished Production Order?

This occurred because bespoke caused the Expected Capacity Need to not update correctly on the routing lines.

Appreciate any advice.

Upgrade v17 -> v17.2 Publish-NAVApp : Extension compilation failed

$
0
0
Bit stuck with v17 upgrade to v17.2

PS C:\Windows\system32> Get-NAVAppInfo -ServerInstance BC170 -SymbolsOnly

Id : 8874ed3a-0643-4247-9ced-7a7002f7135d
Name : System
Version : 17.0.19353.19730
Publisher : Microsoft
ExtensionType : ModernDev
Scope : Global

When publishing Base App:
Publish-NAVApp -ServerInstance BC170 -Path "C:\Install\Dynamics.365.BC.19735.W1.DVD\Applications\Application\Source\Microsoft_Application.app"

getting error:
Publish-NAVApp : Extension compilation failed
error AL1024: A package with publisher 'Microsoft', name 'System Application', and a version compatible with '17.2.0.0' could not be loaded.
Symbols for the requested app System Application by Microsoft 17.2.0.0 could not be found in the database
error AL1024: A package with publisher 'Microsoft', name 'Base Application', and a version compatible with '17.2.0.0' could not be loaded. Symbols
for the requested app Base Application by Microsoft 17.2.0.0 could not be found in the database

Type conversion is not possible Text + Integer

$
0
0
I'm trying to compile some runtime upgraded object 2009->2013->2015->2016 and i get this error8roydtlg0uct.png
But Counter is Integer and not a text, even if I delete it as a variable and add it again the error comes back, this counter printed multiple times in this report, so making a new variable with a new name is not optimal for this solution.

Does anyone have clue to how solve this and/or know why it comes?

Adding DotNet3.5 to NAV2016 Docker Image

$
0
0
Hi all,

Is anyone using Docker containers to do development for NAV2016? We are building individual docker containers for each developer/enhancement. We have an addon from an ISV that uses an addin dll that needs DotNet3.5 in order to compile and run. The standard NAV2016 container images/artificacts use the Windows Server Core 2019 based image, which includes only DotNet 4.x support, not DotNet3.5. I've tried adding DotNet3.5 via the DISM command after the container is built (DISM.EXE /Online /Add-Capability /CapabilityName:NetFx3~~~~), and it shows as installed using "DISM.EXE /Online /Get-Capabilities", but when going into the Development Environment, the Addin doesn't show any Types available

4i6z15mwx1k4.jpg

If I load the addins to a regular non-docker development environment, the Addin's types display and work properly:
pnxznwhmnopo.jpg

The Addin dll's appear in the list, so they are correctly added to the "Addins" folder within the container.

Any Docker experts out there who can help? Our Docker containers are built via pre-configured scripts, so ideally we'd like to add the dotnet 3.5 feature after the container has been built, but will consider all options.

The error when compiling or running is "Could not load file or assembly 'EasyPost.Net35,Version=1.0.0.0. Culture=neutral, PublicKeytoken=null' or one of its dependencies. The system cannot find the file specified."

Thanks

Report Issue

$
0
0
I am trying to add field in report but when i am trying to preview Field is not showing.
1) i checked visibility also., its not hidden
Viewing all 10032 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>