[development-axapta] Executing BusinessLogic in External Database

2009-05-13 Thread tkbsmanian
Hi All,

 

Is there any way/trick to execute the business logic on the external database 
(belongs to either the current database server or different database server) at 
'run time' as we do DDL and DML operations by connecting using LoginProperties? 



Thanks in advance,

Balasubramanian Kumaran.



[development-axapta] How to sign XML?

2009-05-13 Thread palyst
Hi All

I've generated an XML document and need to do the following:
- Canonicalize (14N) the XML Document
- Generate a 160-bit binary secure has from the canonicalized xml using SHA-1
algorithm
- Encode the binary data using base-64 to produce a 28 characters string
- Encode the binary data using base-32 to produce an easily humanreadable 32 
characters string

IRMark generation step by step is here 
http://www.hmrc.gov.uk/ebu/irmark-techpack/irmark_step_by_step.pdf

Thanks,

Hugon



[development-axapta] Online help for AX 4.0

2009-05-13 Thread jesper_share
Hi,
I need to create online help for a Dynamics AX 4.0. Does anybody know a good 
tool to do that? I am looking for a tool that can generate a chm file, but 
still access the DAX Objects and labels.
 I also need to modify the standard online help; does anybody know how to do 
that?
Thanks.
Jesper Jørgensen




[development-axapta] reg dialog box in EP,Ax 2009

2009-05-13 Thread abhishek mehta
Hi All,
I am working on Ep of Ax 2009.
Here I want to display a dialog box which should capture the reasonid for the 
cancellation of Activity,
How I can throw a Dialog box which take the reason id from the user same like 
it works for when we Qualify/Disqualify a lead or an Opportunity.
I am very new in EP development of AX 2009.
Regards
Abhishek Mehta, 


  

[Non-text portions of this message have been removed]



[development-axapta] AX intercompany pain

2009-05-13 Thread James Flavell
Hi everyone
 
Was wondering is anyone has come across the following pain in AX
intercompany in AX2009 (or maybe earlier versions too)
 
Orig SO (A)
PO (B) created via direct delivery for (A)
Intercompany SO (C) created for (B)
 
When it is all created the address on all 3 is the sames as (A)
 
BUT if I change the delivery term field (or other fields that are sync'd) on
(C) then (A) and (B) have their delivery address 'reset' to the company info
address!!!
 
I can see code in AxSalesTable and AxPurchTable regarding setDeliveryAddress
etc and it looking up companyinfo address but cannot quite fully understand
how to fix such that the address should not change if I update something
like Del Term (I have a feeling I need to trick AX into thinking the
delviery address fields have changed and then these will be sync'd back
rather than copnay info address being used but again this is only a educated
guess and where exactly to put such code is another matter)
 
Would apprecaite anyone who can give me some advice or ideas
 
Thanks
James


[Non-text portions of this message have been removed]



[development-axapta] MDAx 2009 and sharepoint

2009-05-13 Thread erikkornerup
I have completed an AX 2009 installation with SP1 at a 64 Bit server.
At another serverI have followed the guidelines from the installation document 
and installed a sharepoint with WSS.
When I start MDAX 2009 and wants to create the website I receive an error: 
Microsoft Dynamics AX cannot create a site because Windows SharePoint Services 
is not installed on this computer
I have looked in MDAX 2009 and seen that it is lookling for a registry key in 
hkey_local_machine SOFTWARE\\Microsoft\\Shared Tools\\Web Server 
Extensions\\12.0
Location
TEMPLATE 
and
hkey_local_machine 
SOFTWARE\\Microsoft\\Shared Tools\\Web Server Extensions\\12.0
Version

which must be higher than 12.0.0.6039 which is.
I can see that the template key is not present.
Have any of You any solutions?