[Axapta-Knowledge-Village] sending message to current session users

2008-07-15 Thread hema_vicky
Hi, In axapta 3.0, I can send messages to all session users who have logged as the specific user id. The code I used in 3.0 -- int i; xSession xSession; ; for(i=2;ixSession::maxSessionId();i++) { xSession = new xSession(i);

[Axapta-Knowledge-Village] Financial Dimension Hierarchy Sets in InterCompany

2008-07-15 Thread Saravanan
Dear Friends I Have a Problem in Financial Dimension Hierarchy Sets in while using Inter Company. Dimension Sets created as per the requirement in the Both Companies. I make the transaction on the individual company the dimension Hierarchy Sets have filter the records as per the Dimension

Re: [Axapta-Knowledge-Village] sending message to current session users

2008-07-15 Thread raghuram rajagopalan
Hi Hema , In Ax 4.0 that functionality has been removed . http://raghuzz.spaces.live.com/blog/cns!F08D37603B710165!191.entry Check this out maybe this could help you Regards, Raghuram Rajagopalan My Blog - http://raghuzz.spaces.live.com/ - Original Message - From:

RE: [Axapta-Knowledge-Village] Re: About alert rules

2008-07-15 Thread Sanam Khan
Hii Try this Go to AOT Forms Tutorial_EventProcessor. Run the form and click the start button.Its status shoud be waiting and then you will get the alerts. Hope this would help. Regards, Sanam Khan From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [Axapta-Knowledge-Village] sending message to current session users

2008-07-15 Thread Deepankar Sahdev
hi check this it may help u void sendAlertToUsers() { SysMailer mail; UserInfo UserInfo; EventInbox inbox; EventInboxId inboxId; ; select UserInfo where UserInfo.id == CurUserId(); inboxId = EventInbox::nextEventId(); inbox.initValue(); inbox.ShowPopup = NoYes::Yes; // To show Pop up

Re: [Axapta-Knowledge-Village] Project related important informations In AX.

2008-07-15 Thread joelwu
The most important is understanding Project Contract Project and sub project Project Type - Fixed Price and Time Material How to capture cost From Purchase From Sales From Inventory How to do forecast/budgeting in project How to link with services How to do invoice proposal

[Axapta-Knowledge-Village] Re: Wrong dimension posted in general journal of project transaction

2008-07-15 Thread febinpc
Can you tell me when LedgerBalancesDimTrans table is updating. Is there any class to recalculate the LedgerBalancesDimTrans table . regards febin --- In Axapta-Knowledge-Village@yahoogroups.com, Jason Dinham [EMAIL PROTECTED] wrote: The dimension amounts also get posted into the

[Axapta-Knowledge-Village] Re: user group permission

2008-07-15 Thread saraze
hi, i work with Ax 4.0, i want to extract in Excel file all security information per group --- In Axapta-Knowledge-Village@yahoogroups.com, James Flavell [EMAIL PROTECTED] wrote: What exactly do you want Saraze? Do you want the actual permission settings of a user group? I made a

RE: [Axapta-Knowledge-Village] Re: Wrong dimension posted in general journal of project transaction

2008-07-15 Thread Jason Dinham
LedgerBalancesDimTrans and LedgerBalancesTrans are updated through the Ledger Posting process. This code is located in the LedgerVoucher classes. These tables are rebuilt from the LedgerTrans table through the following periodic process. General ledger Periodic Recalculate period balances

RE: [Axapta-Knowledge-Village] Re: Wrong dimension posted in general journal of project transaction

2008-07-15 Thread James Flavell
This should do it: Ledger / periodic / Recalc period balances _ From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of febinpc Sent: 15 July 2008 19:46 To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Re: Wrong dimension