Wanting to do something? 
Print



 
Email icon
Barcode printing on packing slip (Dynamics AX 4.0)
Friday 1 August 2008 10:45 am
Edit Subject

Subject

Save Cancel

 

 

 

 

 

From: Sue Driscoll [mailto:Sue.Driscoll@microsoft.com]
Sent: Thursday, 8 May 2008 11:50 a.m.
To: Joan Mascardo
Cc: Paul Yeo
Subject: RE: Barcode printing

 

Hi Joan

Thanks very much for that.. my Delivery Note now prints a bar code number after the item:

 

Cheers

Sue

Sue Driscoll | Microsoft Dynamics Solution Specialist | Microsoft New Zealand Ltd

Level 5, 22 Viaduct Harbour Avenue, Auckland. PO Box 8070 Symonds St, Auckland 1150

Business: +64 9 362 5884 | Mobile: +64 21 497092 | Email: sue.driscoll@microsoft.com

 

From: Joan Mascardo [mailto:joanm@olympic.co.nz]
Sent: Thursday, 8 May 2008 11:01 a.m.
To: Sue Driscoll
Cc: Paul Yeo
Subject: RE: Barcode printing

 

If you want it based on the barcode setup, this is what you do. This is for EAN13.

1.       Create a display method called BarcodeEAN13. I have attached the code so you can copy and paste.

 

display str BarcodeEAN13()

 

{

    BarcodeEAN13 barcode = Barcode::construct(BarcodeType::EAN13);

    ;

 

    barcode.string(true,

                   substr(inventItemBarcode::findItemId(custPackingSlipTrans.ItemId,

                   true,

                   true).itemBarCode,1,13));

 

    return barcode.barcodeStr();

 

}

2.       Drag that method beside the Item method.

 

 

3.       Rightclick on the properties of that field.

           

4.       Your packing slip should look like this then. Of course, you can choose any barcode font.

5.       Make sure that the setup of the item is like this so that the method can find that record in the InventBarcode table.

 

               

From: Sue Driscoll [mailto:Sue.Driscoll@microsoft.com]
Sent: Thursday, 8 May 2008 9:48 a.m.
To: Joan Mascardo
Cc: Paul Yeo
Subject: Re: Barcode printing

 

Hi Joan!

Fantastic that you are at Olympic... J

 

The form I’d like to do this on is the SalesPackingSlip.  I assume go to the ItemId as shown here?

 

 

Then on Properties, Font, choose a BC font?

I’ve set up an EAN13 and an EAN128 code.. but neither printed when I tried setting it as below.

 

 

Your assistance greatly appreciated... J

 

Cheers

Sue

Sue Driscoll | Microsoft Dynamics Solution Specialist | Microsoft New Zealand Ltd

Level 5, 22 Viaduct Harbour Avenue, Auckland. PO Box 8070 Symonds St, Auckland 1150

Business: +64 9 362 5884 | Mobile: +64 21 497092 | Email: sue.driscoll@microsoft.com

 

From: Paul Yeo [mailto:pauly@olympic.co.nz]
Sent: Thursday, 8 May 2008 8:33 a.m.
To: Sue Driscoll
Cc: Joan Mascardo
Subject: Barcode printing

 

Hi Sue,

I just discussed with Joan on the barcode printing.

To set up, go to the AOT, select the report required, select item or whatever, right mouse click for ‘properties’, and enter a Barcode value for the ‘Font’ field.

You can contact Joan directly if you have any specific questions.

 

Cheers

Paul

 

 

 

Paul Yeo 
Systems Architect


M 029 980 3954 
D 09 980 3954 
E pauly@olympic.co.nz    

Olympic Software NZ Ltd

10 Cawley St, Ellerslie
PO Box 11775
Auckland 1005, NZ
F   +64 9 357 0033
T   +64 9 357 0022
W  www.olympic.co.nz

 

 

 

 

 

 

 

 

 

 

 

Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
Logos and Invoices
Tuesday 19 August 2008 8:45 am
Edit Subject

Subject

Save Cancel

 

From: Tanya Bragg
Sent: Thursday, 14 August 2008 5:56 a.m.
To: Cassey Chan; Debbie Lim; Joan Mascardo
Subject: FW: Logos and Invoices

 

I have printed off the invoices and have them in the Bacchid folder.

 

From: Kay Cobcroft [mailto:K.Cobcroft@bacchid.co.nz]
Sent: Wednesday, 13 August 2008 4:38 p.m.
To: Tanya Bragg
Subject: Logos and Invoices

 

 

 

Kay Cobcroft
Financial Controller
M 027 659 2189  |  P 306 6592  |  F 306 6598
k.cobcroft@bacchid.co.nz  |  www.bacchid.co.nz

PO Box 4095, Shortland St, Auckland 1140

bacchid

 

Downloads
Absolute Catering.JPG 120.5 KB Wednesday 27 May 2009 1:17 pm
Shadows Logo Black.JPG 281.5 KB Wednesday 27 May 2009 1:17 pm
Invoices.pdf 365.6 KB Wednesday 27 May 2009 1:17 pm
Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
Keywords:  Axapta (14) , Bacchid , Dynamics AX (34)
 
Edit Keywords


Save Cancel

Email icon
Step by step (New Webpage from AX and Sharepoint)
Wednesday 6 August 2008 11:50 am
Edit Subject

Subject

Save Cancel

Create new table(Table1).

Add 2 fields.(Field1,Field2)

Save Table1 and Synchronize.

 

Create new WebForm. (TEST1)

Add Table1 as datasource.

 

Add WebGrid in design. And add Field1 and Field2 to WebGrid.

 

Choose Table1 as DataSource property for WebGrid.

Save the Web Form.

 

 

 

Add New Display Web content. (TEST1)

Choose TEST1 as Object property.

 

Open Enterprise Page

Create New Page

Site Actions>Create

 

Click Web Pages>Web Part Page

 

Enter Page name and choose Enterprise Portal as Document Library.

Click [Create]

 

Click 'Add a Web Part'

Choose 'Web form Web part' and click [Add] button.

 

Click edit>Modify Shared Web Part

 

 

Choose 'TEST1' as WebDisplayContentItemName and click [OK]

 

You can see that TEST1 WebForm is displayed.

 

Click 'Exit Edit Mode'

 

 

You can see TEST1 WebForm.

 

Go back to AOT

Create new WebMenuItem. (TEST1MENU)

Choose Enterprise Portal>TEST1PAGE.aspx as URL.

Save WebPageItem.

 

Go to Web>Menu>EPSalesQuickLaunch

Right Click Main Lists and choose New\Menu Item.

Choose TEST1MENU as MenuItemName

 

Open Enterprise portal and go to home page.

Click Refresh AOD

Click Sales Tab.

You will find TEST1MENU at the bottom of Main Lists.

Click TEST1MENU

You can see TEST1 WebForm.

 

Enter data in the Table1 using Table browser as test purpose.

 

Refresh Enterprise portal site.

You can see the data in WebGrid.

END

 

 

Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
Small things to make life easy for AX users.
Tuesday 22 September 2009 1:26 pm
Edit Subject

Subject

Save Cancel
When dealing with different environments in AX, for example a DEV, TEST and PROD environment, it is often confusing to determine which environment you are in especially if you have 2 environments open at the same time.
Easy and simple way is to change the colour of the forms depending on the environment.
 
How: Change the run method on the SysSetupFormRun.
 
Result: As attached. Simple but makes sense.
 
 
 
Downloads
environment colours.JPG 94.2 KB Tuesday 22 September 2009 1:28 pm
Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
Keywords: 
 
Edit Keywords


Save Cancel

Email icon
AX EP & Asp.Net (Ax 4.0)
Friday 1 August 2008 10:53 am
Edit Subject

Subject

Save Cancel

From: Sue Driscoll [mailto:Sue.Driscoll@microsoft.com]
Sent: Monday, 9 June 2008 1:42 p.m.
To: Joan Mascardo
Subject: AX EP & Asp.Net (Ax 4.0)

 

Hi Joan

I saw this email and thought of you.... J  let me know if it’s helpful...

 

Cheers

Sue

Sue Driscoll | Microsoft Dynamics Solution Specialist | Microsoft New Zealand Ltd

Level 5, 22 Viaduct Harbour Avenue, Auckland. PO Box 8070 Symonds St, Auckland 1150

Business: +64 9 362 5884 | Mobile: +64 21 497092 | Email: sue.driscoll@microsoft.com

 

From: Florian Dittgen
Sent: Friday, 6 June 2008 6:43 p.m.
To: Dynamics Ax Portal Programming Forum; Dynamics AX Technical Discussion Forum
Subject: RE: Ax EP & Asp.Net (Ax 4.0)

 

Hello Avijeet,

 

You shouldn’t face any special challenges. It’s like normal ASP.NET programming. Just be aware, that you need a Session-pool for Ax like it’s done in the EP. You can use the SessionFactory in the Microsoft.Dynamics.WebPart assembly and quite easy to use. For example:

 

ISession session = SessionFactory.CreateInstance(HttpContext.Current, false);
string returnValue = session.GetAxatpa().CallStaticClassMethod("A00", "HelloWorld", new object[0]).ToString(); //Calls the A00.HelloWorld()

 

Using this session-pool is an easy way to have a threadsafe Axapta-connector and to not have performance issues due to the initialization of the connection.

 

Ax Security: The Authentication is the same as for EP (using the current HttpContext). Since you want to integrate them into the EP there’s no problem

Encryption: You should use the DPAPI (Data Protection API). It would be easier by doing this with the Security Application Block or Enterprise Library.

For 3 and 4 it’s standard ASP.NET/Html programming.

 

Perhaps this might interest you: You can develop you own WebParts and integrate them in the EP. This would perhaps be easier than developing ASP.Net pages and trying to integrate them. You’ll have all the advantages of SharePoint. You can do this like this for example:

 

using System;
using System.Web;
using System.Web.UI.WebControls.WebParts;
using Microsoft.Dynamics.WebParts;

namespace WebPartSample
{
public class HelloAx : WebPart //You can use the WebPartBase from the EP instead (Microsoft.Dynamics.WebParts. WebPartBase)
{
protected override void Render(System.Web.UI.HtmlTextWriter writer)
{

try
{
ISession session = SessionFactory.CreateInstance(HttpContext.Current, false);
string returnValue = session.GetAxatpa().CallStaticClassMethod("A00", "HelloWorld", new object[0]).ToString(); //Calls the A00.HelloWorld() which returns "Hello World" in a string.

writer.WriteLine("ReturnValue: " + returnValue);
}
catch (Exception ex)
{
writer.WriteLine("An exception has been thrown: " + ex.Message);
writer.WriteLine("The call-stack: " + ex.StackTrace);
}
base.Render(writer);
}
}
}

 

Good luck,

 

Florian

 

From: Avijeet Dhamija
Sent: vendredi 6 juin 2008 07:30
To: Dynamics Ax Portal Programming Forum; Dynamics AX Technical Discussion Forum
Subject: Ax EP & Asp.Net (Ax 4.0)

 

Hi,

 

Dynamics Ax Version – Ax 4.0 SP1

Enterprise Portal

 

We have a client requirement where client needs few webpages (Special design) which we are not able to achieve with Ax EP Framework (From Inside Ax).

 

We are thinking of creating those 3-4 webpages outside Ax (ASP .NET) and integrate those webpages with Ax EP Webpages.

 

Please let me know Pros & Cons of such approach. If any one has done something similar what kind of challenges we can face. For eg.

 

1.       Ax Secuirty

2.       Encryption

3.       Validatations

4.       Accessibility

 

Any help will be highly appreciated.

 

Regards

Avijeet Dhamija

Consultant, Microsoft Services

dynamicslogo

3rd Floor, Building 2, Microsoft Campus

Gachibowli, Hyderabad-500 046, India

Tel +91 40 6693 5675

Fax +91 40 6693 2999

Mobile +91 99855 57406

 

Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
Bank File Formats
Friday 29 August 2008 11:34 am
Edit Subject

Subject

Save Cancel

 

From: Debbie Lim
Sent: Friday, 29 August 2008 11:23 a.m.
To: Joan Mascardo
Cc: Martin Talbot; Paul Yeo; Bernard Wong
Subject: Bank File Formats

 

Hi Joan,

 

The bank file formats that you always wanted J

 

As far as I know, there are the main NZ banks offering both download (normally statements/payments from debtors) and upload (normally payments to vendors). 

 

As you can see from the files attached, there are different formats to use for upload and download, modem (dial up) and online (internet banking).  Westpac & ASB seems to be the easy ones as it is only using 1 format for all options. 

 

When I finish with the SDD for Bacchid, hopefully early next week, I will be able to spend some time going through and mapping the format in AX.

 

Let me know if you have any queries regarding the above.

 

Regards

Debbie

 

Downloads
ANZ_ADO DL File Specifications.pdf 878.8 KB Wednesday 27 May 2009 1:17 pm
ANZ_ADO MTS File Specification.doc 71.0 KB Wednesday 27 May 2009 1:17 pm
ASB_FNB Thin File Formats Technical Guide 557.2 KB Wednesday 27 May 2009 1:17 pm
BNZ_PCBB_Technical_Requirements07062007.pdf 193.2 KB Wednesday 27 May 2009 1:17 pm
BNZ_PCBBAFILayouts02-06.pdf 70.4 KB Wednesday 27 May 2009 1:17 pm
BNZ_PCBBGIFTSBTRLayout02-06.pdf 84.7 KB Wednesday 27 May 2009 1:17 pm
BNZ_PCBBTransactionCodeDefn05-04.pdf 47.4 KB Wednesday 27 May 2009 1:17 pm
Nat_DAI Download File Specifications.doc 55.5 KB Wednesday 27 May 2009 1:17 pm
Nat_DLO Domestic File Spec.pdf 99.6 KB Wednesday 27 May 2009 1:17 pm
Nat_DLO International File Spec.pdf 233.7 KB Wednesday 27 May 2009 1:17 pm
Nat_Domestic Bulkload File Specification.doc 34.0 KB Wednesday 27 May 2009 1:17 pm
Westpac_DeskBank File formats.pdf 288.4 KB Wednesday 27 May 2009 1:17 pm
Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
Tips for Lauching AX client from desktop
Friday 22 August 2008 10:53 am
Edit Subject

Subject

Save Cancel

To ease the maintenance on how AX is launched locally, you can create desktop shortcut that points to a config file (.axc) which is located on the network.

 

 

 

 

 

 

 

 

 

Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
Business data lookup snap-in
Friday 9 January 2009 9:06 am
Edit Subject

Subject

Save Cancel

Example on how to use business data lookup Snap-in in a document.

 

 

1.       Create a word document.

2.       Go to the Snap tab and click on the Insert from AX button.

 

3.       Click on Customers in the Look in Section. Click on the search button (or the arrow button) to display all the customers. Double-click on the customer that you are after.

4.       On the select details section, choose the fields that you want to insert in your document. Click on the insert button.

5.       On the select related records section, choose the records that you want to display.

6.       Choose Sales orders. A list of all sales orders for that customer is shown. Highlight the sales orders that you want to insert. Double click on the highlighted records.

7.       Click on the lookup button to find related records for the sales order that you highlighted. Choose order lines. This will list the sales order lines for SO-101030.

8.       Click on the box below to highlight all the records. Then click on the Insert button.

9.       You can attach the document to a Microsoft Dynamics AX record without leaving Word by clicking on the Attach to AX button.

10.   Choose the record and the attachment type. Click on Attach button

    

 

 

 

 

Downloads
Business data lookup Snap-in (Word).docx 347.3 KB Wednesday 27 May 2009 1:20 pm
Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
FastNet Business
Friday 29 August 2008 11:35 am
Edit Subject

Subject

Save Cancel

Bank file format for ASB

 

 

From: Anthony Kelly [mailto:Anthony.Kelly@asb.co.nz]
Sent: Thursday, 28 August 2008 1:38 p.m.
To: Joan Mascardo
Subject: FastNet Business

 

 

 

Anthony Kelly| Helpdesk  | ASB Online

Phone 0800 22 55 27 Ext: 95512 | Email: olhelpdesk@asb.co.nz
Level 1 | ASB Bank Support Centre |
360 Dominion Road, Mt Eden | PO Box 35, Auckland 1140

P  Please consider the environment before printing this e-mail

 

This email message and attachments are confidential to our organisation and subject to legal privilege.  If you have received this email in error, please advise the sender immediately and destroy the message and any attachments. If you are not the intended recipient you are notified that any use, distribution, amendment, copying or any action taken or omitted to be taken in reliance of this message or attachments is prohibited.  You can read our Privacy Policy here: www.asbbank.co.nz/privacystatement.stm

This communication does not designate an information system for the purposes of the New Zealand Electronic Transaction Act 2002.

Downloads
FNB Thin File Formats Technical Guide.pdf 557.2 KB Wednesday 27 May 2009 1:17 pm
Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
'Go to the Main Table' from a display field
Thursday 24 September 2009 7:16 pm
Edit Subject

Subject

Save Cancel
Stamps
Thumbs Up stamp
ZZSergey Sinitsyn
01 Oct 2009 8:13 pm
This is a diamond answer. I wish you could sort and filter the same way!

You can enable a display field in AX to go to the Main Table by overriding the jumpRef method of the field.

As attached.

 

Joan

Downloads
jumRef.doc 49.5 KB Thursday 24 September 2009 7:18 pm
Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
Keywords:  Dynamics AX (34)
 
Edit Keywords


Save Cancel

AX 2009 Workflows icon
AX 2009 Workflows: A Quick overview
Thursday 7 August 2008 11:10 am
Edit Subject

Subject

Save Cancel

http://daxguy.blogspot.com/2008/06/ax-2009-workflows-quick-overview.html

 

 

 

 

 

 

 

Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
AX 2009 - Quick Overview
Thursday 7 August 2008 11:09 am
Edit Subject

Subject

Save Cancel

http://daxguy.blogspot.com/2008/05/ax-2009-quick-overview.html

 

 

 

 

 

Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
VPC Image for AX2009
Friday 18 July 2008 2:50 pm
Edit Subject

Subject

Save Cancel
Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel

Email icon
How to show more than one record on WebGrid (AX2009RTM)
Wednesday 6 August 2008 11:58 am
Edit Subject

Subject

Save Cancel

 Error : Function WebFormHtml.initVersionsGrid has been used incorrectly.

 

 

Fix (Workaround):In AX2009RTM, if we set AllowCreate=no in datasource property, we can show more than 1 records on WebGrid.

 

 

 

 

Delete item link?

Are you sure you want to delete this item link?

Delete Cancel
Add Link

Show recently viewed
Loading...
Link Type




Comment:  

Save Cancel
Related items  
Comments  
Add Comment


Save Cancel
Delete Comment

Are you sure you want to delete this comment?

Delete Cancel
 
Edit Keywords


Save Cancel