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

To Show the 'Report Totals' part in Footer of the RDLC report

$
0
0
Hi All,

I am using the sales invoice report 1306. While customizing this report our customers want to show the 'report totals' part in the footer of the report.
Please find the attached screenshot.
Layout:
hh6yxrkl7vna.png

Output:
7z9qjdp14z3g.png

I am not able to show this in the footer section of the report.

Please help me.

Thanks in advance,
Jacob.A

Dynamics 365BC Fact box question

$
0
0
In Dynamics 365BC on Premise if you go to any page-->design-->You can move or remove a fact box and no where I see an option to put them back, does anyone know how to put the fact box back once removed or hidden.

Thanks for your help.

RJ.

NAV 2016 - Code on PostDataItem and RDLC report

$
0
0
Hi Folks -

I have a RDLC report in Nav 2016 which has 2 dataitems
Location
Item ledger entry

Based on certain condition I doing calculation in Item ledger entry OnAfterGetRecord and and storing in a array and OnPostDataItem of Location dataitem I am arriving at the final values and putting them in variables.

I am trying to print those OnPostDataItem variables of Location dataitem in the RDLC visual studio on footer at the end of the report and it just does not print. When I run the debugger it calculates the values correctly.

Can't I print the variables used on OnPostDataitem of a dataitem or is there any other way this can be done.

Any help is highly appreciated.

Regards
RJ.

Create JSON file using C/AL Code

$
0
0
Dear Sir,

Suppose I'm using standard nav 2016 database & want to create a JSON file on Customer Master tabledata.
So how can I do that using C/AL code ?

Kindly reply.

navuser1

on post of purchase order how to show error msg if field is empty?

$
0
0
Hi all,
I am trying to add error mssage if any field in purchase order is empty while posting.for that i have added a code on Post action as
IF "Buy-from Vendor No."='' THEN 
    BEGIN
      ERROR('Error:Empty field'+FIELDCAPTION("Buy-from Vendor No.")+'Please Add Data in field.');
    END;
  IF "Buy-from Vendor Name"='' THEN
    BEGIN
    ERROR('Error:Empty field '+FIELDCAPTION("Buy-from Vendor Name")+'Please Add Data in field.');
    END;
  IF "Buy-from Contact No."='' THEN
    BEGIN
    ERROR('Error:Empty field '+FIELDCAPTION("Buy-from Contact No.")+'Please Add Data in field.');
    END;
  IF "Buy-from City"='' THEN
    BEGIN
    ERROR('Error:Empty field '+FIELDCAPTION("Buy-from City")+'Please Insert Data in field.');
    END;
  IF Structure='' THEN
    BEGIN
    ERROR('Error:Empty field '+FIELDCAPTION(Structure)+'Please Insert Data in field.');
    END;
  IF "PO Type"="PO Type"::" " THEN 
    BEGIN
      ERROR('Error:Empty field '+FIELDCAPTION("PO Type")+'Please Insert Data in field.');
    END;
for line level of Purchase order code like this
[code]RecPurchLine.RESET;
    RecPurchLine.SETRANGE(RecPurchLine."Document No.","No.");
    //RecPurcaseLinehLine.SETRANGE(RecPurchLine."Document Type","Document Type");
    IF RecPurcaseLine.FIND('-') THEN 
      BEGIN
      //REPEAT
        IF RecPurchLine.Type=RecPurchLine.Type::" " THEN
          BEGIN
         MESSAGE('Error:Empty field Type Please Insert Data in field.');
          END;
          IF RecPurchLine."No."='' THEN
          BEGIN
           MESSAGE('Error:Empty field '+FIELDCAPTION("No.")+'Please Insert Data in field.');
          END;
       //UNTIL RecPurcaseLine.NEXT=0;
       END;
but even if field having value then also massage pop up and repeat infinite times as we close that massage
how i can wtite code so that it will work properly

thanks in advance.

Jet Reports

$
0
0
Hi,

One of my customer is using D365 BC along with Jet Reports. A user from the company has got himself a iMac and there is a question from them like can we install Jet Reports in iMac?

Regards
Kwaja

NAV close period/year

$
0
0
hello. when you close a period/year in NAV, does this apply for all GL accounts or you can choose?thanks

[.Net] Adding user to AD group

$
0
0
hi all.

The task is to add a user in AD group from NAV 2018. This is the reference instruction.
My problem is that I don’t understand the syntax for NAV. I tried something like this:
o8pdcjz8z5zb.jpg

Nevertheless it didn't work.

Could you please help me find the examples of correct syntax?

Thanks!

How to add a Generic Chart to Role Center in BC Wave 1 OnPrem

$
0
0
Hi,

I am designing a new Role Center and I want to add an existing Generic Chart to the Role Center via C/SIDE development environment.
l1lbqf1j867q.png


I have tried to add a Part of type Chart to the Role Center page. Sadly the Chart is not shown.
sdfhe38wjdzr.png
v9w0m6uyie2r.png


Have you ever tried something like this and can guide me to success?

Nav 2013 Edit Emails

$
0
0
Hi All,

I believe the feature to edit emails before sending was introduced in Nav 2016 or 2017. This is using the Email Dialog functionality. Is it possible to implement this into a 2013 database?

Thank you.

Iterating a directory

$
0
0
When iterating a directory using a background client is it possible to ignore files that are empty? I'm using the getserverdirectorylist function but i want to exclude files that have zero size

Regards,

Data upgrade to Business Central Cloud

$
0
0
Hi all,

What tools/options do we have when we want to upgrade data to BC15 cloud from previous version of BC onprem?
And how we actually do that data upgrade?

Thanks,
Stefan

use of setrange ?

$
0
0
Hi all, i am very confuse by seeing use of SETRANGE
1)PurchHeader.SETRANGE("No.","No.");//same field of record variable twice.
2)DefermentBuffer.SETRANGE("Document No.","No.");//different field one from record variable and one from purchase header table which is source table for page
why so what happening in two cases

any suggession apriciated.

Auto selection of item from that lotNo,which has expiration date near during creating sales order.

$
0
0
Hi Everyone,

I am creating sales order, so i need to select in sales line item from the LotNo which will expire first[ie. which LotNo 'expiration date is near']. It should be automatic. How can i proceed this; whether i should try with codeunit or should create a button in sales order page.

eg. ItemNo LotNo Expiration-Date Quantity
100 lot1 7/2/2021 10
100 lot2 7/1/2021 20

So, if i am selecting in sales line, itemno:100, with quantity:15; then it should take automatic from lotno: lot2, which will expire first.
[if i need 25, then first it should take 20 quantity from lot2 and 5 quantity from lot1]

please guide me to proceed.

Thanks in advance,
Mani.

job to calculate statement automatically

$
0
0
Hi,

I have created a miscellaneous job type that runs CU99001456: Statement-Calculate and when I run the job either as NAS user or by pressing button "Run Now" on job, I got an error:

Record(99001586) is not compatible with Codeunit.Run(Record(99001487)).

NAV 2016, LS Retail 9.00.10.319

Code breaks here:
qpf054xilea6.png

I have done same on LS NAV 2009 without any issues.

Any ideas are welcomed.

Thank you
Damjan

Set filter for table lookup on Request Page

$
0
0
I want to set a table filter for a lookup (or drilldown) on a table, like the Customer table, for a Request Page on a report.
I want to set filter: 'Customer Posting Group' so that only customers for that posting group will show up in my lookup.
I want to do the lookup for the Customer.'No.' field. The field is added to the ReqFilterFields on the Customer.DataItem of the report.
I have set the 'Customer Posting Group' filter in the Request Page.OnOpenPage trigger. But it has no impact.

I do know that the same can be achieved by adding a dedicated Customer No. field on the Request Page and add functionality to the field trigger(s) with a page call and settableview, etc.... but the problem there is that I can't set a range, since each time, after you have set the Cust.No for the 'Begin-range' and go back to the lookup page to find the next customer no. for the end-range (like 100..200), the first custno (Begin-range) dissappears. You wouldn't have that for doing a lookup from a field, defined in the ReqFilterFields.

Any idea if it's possible?

Thanks.

Best web text editor NAV18

$
0
0
Hi all!

I have found some options for text editing. The best here is the Erik Hougaard WYSIWYG. Unfortunately, it doesn't work in Web.
All I tried works stupid in Web. Best solution now is something like this:
8wqv5knlzqpe.png
It doesn't extend to the whole window. And in general looks ugly for me.

Please share your best ideas to visualize long text editing in web-client

smtp.office365.com in SMTP Mail Setup | NAV 2016

$
0
0
Dear Sir,

The following error message is occurred when I click "Test Email Setup" in the SMTP Mail Setup Page.

Microsoft Dynamics NAV

The SMTP mail system returned the following error: "Transaction failed. The server response was: 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message. 0.35250:CF050000, 1.36674:0A000000, 1.61250:00000000, 1.45378:02000000, 1.44866:87200000, 1.36674:0E000000, 1.61250:00000000, 1.45378:8C200000, 1.44866:6C010000, 16.55847:BC0F0000, 17.43559:0000000004020000000000000000000000000000, 20.52176:140F938A1E00000000000000, 20.50032:140F938A8E1770200A002C84, 0.35180:140F938A, 255.23226:ED050000, 255.27962:0A000000, 255.27962:0E000000, 255.31418:F2050000, 0.35250:0A000000, 1.36674:0A000000, 1.61250:00000000, 1.45378:02000000, 1.44866:70000000, 1.36674:32000000, 1.61250:00000000, 1.45378:75000000, 1.44866:01000000, 16.55847:DC000000, 17.43559:0000000000030000000000000100000000000000, 20.52176:140F938A1E0010100B060000, 20.50032:140F938A8E17000003000136, 0.35180:10060000, 255.23226:0A005389, 255.27962:0A000000, 255.27962:32000000, 255.17082:DC040000, 0.27745:4800D13D, 4.21921:DC040000, 255.27962...".
OK

But we can sent email using the same smtp setup thru custom code.

So, what is the reason of that issue ?

Kinly reply.

navuser1

Save/Preview/Copy Picture functions inside a factbox NAV2016

$
0
0
Hi all,

In BC, the standard appears to be for pictures to be in a factbox. I'm trying to emulate that practice in NAV2016.

If my picture field is on the main page, if I right-click, I get the options to Select/Save/Preview/Copy/Delete the picture blob.

If I move the picture field to a factbox, I cannot figure out how to enable those options.

Has anyone tried this in NAV2016?

Thx

Ron

RapidStart field length limitation

$
0
0
Hi,

I've added some text fields to table 27 Item that have a length of 2048, which is the maximum length allowed in BC14.
Now I want to process the fields in a RapidStart package. Unfortunately though, RapidStart is limited to the old field length of 250. During import, it simply truncates the input text.
In T8615 Config. Package Data, field 5 Value can simply be extended to 2048 though. But if you do that, it causes an error on import, saying that 'The length of the string must be less than or equal to 250 characters'.

It's probably checked in CU8614 or CU8617, but I'm not sure where and how to modify.
Anyone ideas how to skip this check on the 250 character limit?
Viewing all 10032 articles
Browse latest View live


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