Re: [Axapta-Knowledge-Village] Job to Zero Out Inventory Cost

2010-03-02 Thread Pooja .
Hi all..,

existing (Ax 4.0)
Project - Projects- Item task - Purchase Order- create PO
post Purchase Order
post.Reciept List
post Packing Slip
stop posting invoicethen look at 
projects -Transactions -Itemthere are no Item transaction and 
voucher Transaction
But if post the Invoice ,then you can find the Item Transactions.


Requirement...
When we package slip post only ..item transaction,voucher transaction shuold be 
happan...
when we post Invoice ...Item transaction and voucher transaction should be 
updated (reverse and re-invoice)

Please give me guid lines to do this.

Pooja





From: Sumit Loya loya.su...@gmail.com
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Fri, 19 February, 2010 7:57:39 AM
Subject: Re: [Axapta-Knowledge-Village] Job to Zero Out Inventory Cost

  
Hi,

I think you should use counting or P  L journal for such scenarios.

Regards,
Sumit Loya


On Thu, Feb 18, 2010 at 10:09 AM, new_it_guy_ar anthony.mcchristian @pipelife- 
jetstream. com wrote:

  
We are running AX 3.0 SP6. We have recently decided to write off a number of 
items from our spare parts inventory. I have created a movement journal to 
zero out the cost for the inventory value and a temporary table that contains 
all of the item numbers that should be affected. I have created the job below 
to zero out the Inventory cost on the Price/Discount tab of the item. The job 
runs and shows activity but when I look at the items there is still a cost 
price. Any suggestions?

static void ItemWriteOff( Args _args)
{
InventTableModule inventTableModule;
TmpExcelData tmpExcelData;
;
while select tmpExcelData
{
ttsbegin;
select forupdate InventTableModule
where InventTableModule. ItemId == tmpExcelData. AccountNum 
InventTableModule. ModuleType == 1; 
if (InventTableModule)
{
inventtableModule. price = 0.00 ;

inventTableModule. update();
}
ttscommit;
}
}






  
__
Win 1 of 4 Sony home entertainment packs thanks to Yahoo!7.
Enter now: http://au.docs.yahoo.com/homepageset/

[Axapta-Knowledge-Village] epilog- report

2009-08-29 Thread Pooja .
Hi every one,
I need to print the Terms and Conditions at last page of the report.
it contains Full page of text..it should print in one page only.
can any body help me in this.
Pooja






From: Anitha S mail2eani...@gmail.com
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 27 August, 2009 7:28:25 PM
Subject: Re: [Axapta-Knowledge-Village] Adding users from other domain

  
Hi ..
 
Sumit is right.
 
When Domain trust is enabled, I could find all the users across the domains.
Try Administration-Users-Import 
Active directory wizard- Filter by Search for AD User groups and select the 
domain.
click next.
You can find all the users.
 
Thank you guys for your suggestions :)
 
Regards,
Anitha


 
On Thu, Aug 27, 2009 at 1:24 PM, yatin dalvi yatinydalvi@ yahoo.co. in wrote:

  
Hi All,
 
To add to what has been discussed, note that domain trust relationships may be 
one-way, two-way, transitive, non-transitive.
 
The AX application will recognize all the users in the domain ONLY IF all the 
domains in the forest are set up with two-way trust. 
 
Regards,
Yatin

--- On Thu, 27/8/09, prashant verma prashant_axapta@ yahoo.co. in wrote:


From: prashant verma prashant_axapta@ yahoo.co. .in 


Subject: Re: [Axapta-Knowledge- Village] Adding users from other domain
To: Axapta-Knowledge- vill...@yahoogro ups..com
Date: Thursday, 27 August, 2009, 12:56 PM


  
Hi Sumit,
hmmm Actually we have to try and see this.I haven't done this thing 
actually that how to connect 2 domains,may be its a networking problem.If on 
the domain machine users can be added from other domain after trusting ,then 
it is very much possible to add them in Axapta


 
Regards,
Prashant Verma
ILFS Technologies Limited.

--- On Thu, 27/8/09, Sumit Loya loya.su...@gmail. com wrote:


From: Sumit Loya loya.su...@gmail. com
Subject: Re: [Axapta-Knowledge- Village] Adding users from other domain

To: Axapta-Knowledge- vill...@yahoogro ups.com
Date: Thursday, 27 August, 2009, 12:02 PM


  
Hi Prashant,
 
I think if the trust between the the two domains is defined, you can access 
the users from other domain.
 
It will also be listed in the AD Import Wizard as well.
 
Regards,
Sumit


On Thu, Aug 27, 2009 at 11:53 AM, prashant verma prashant_axapta@ yahoo.co. 
in wrote:

  
Anitha,
 
I dont think its possible to add user from other domain as User form will 
not accept users. Also when u import the users from domian through axapta 
finctionality when they are not present in User form ,it always go to one 
pre defined domain.
Please update me if there is a solution


Regards,
Prashant Verma
ILFS Technologies Limited.

--- On Thu, 27/8/09, Anitha S mail2eanitha@ gmail.com wrote:


From: Anitha S mail2eanitha@ gmail.com
Subject: [Axapta-Knowledge- Village] Adding users from other domain 
[1 Attachment]
To: Axapta-Knowledge- vill...@yahoogro ups.com
Date: Thursday, 27 August, 2009, 11:04 AM


  
Hi ,
 
We are facing an issue while adding users from a new domain ...
  
By default, there are only 2 domains in my Users import form 
(Adminstration -Users - Import) (check the attachment)  
  
The domains listed above doesn’t cover all the members in the organization 
(Say members from Finance/HR dept are not in the given domain). 
Now my requirement is to include those members also in USERS form. Since 
they do not belong to any of the above domains, I get the error that “user 
is not in the active directory” when i try to add them. 
  
To be precise about  my issue, we are not able to add the users who are in 
other domains apart from the domains listed above… 
  
Any idea how to bring the other domains also in the look up?? 
  
  
Regards, 
Anitha 
  
  
  
start: 2008-06-21 end: -00-00 


 Looking for local information? Find it on Yahoo! Local 
 


 See the Web's breaking stories, chosen by people like you. Check out Yahoo! 
 Buzz. 
 


 See the Web's breaking stories, chosen by people like you. Check out Yahoo! 
 Buzz.

   


  
__
Find local businesses and services in your area with Yahoo!7 Local.
Get started: http://local.yahoo.com.au

[Axapta-Knowledge-Village] purchpurchorder report

2009-08-24 Thread Pooja .
Hi Anitha

Im workign on the purchpurchorder report.
I have header,pagefooter ..which are ok
But 
1.I need to print the agreement signature bottom of the 
pagefooter but it should be last page.
2.I need to print rules and regulations which are full page 
in fresh page ,may be it should be in epilog. but text is huge.
   how to do ?ax can not accommodate it.
please can u help me on this
Pooja




From: Anitha S mail2eani...@gmail.com
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 20 August, 2009 9:51:52 PM
Subject: Re: [Axapta-Knowledge-Village] what is wrong with my display method

  
Check if LegaacyBPNbr is in InventTable.


On Wed, Aug 19, 2009 at 9:43 PM, riz_dynamics jajiraj...@aol. com wrote:

  
display LegacyBPNbr LegacyBPNbr( )
{

return inventTable: :find(BOM. ItemId).LegacyBP Nbr;

}
I am getting the error that table does not contain this field, and I can see 
the item Id field on Bom.
I really appreciate the help 



   


  
__
Find local businesses and services in your area with Yahoo!7 Local.
Get started: http://local.yahoo.com.au

Re: [Axapta-Knowledge-Village] OutLook

2009-07-07 Thread Pooja .
Hi.,
How can I assign the null value to date field.
this.recieveddate = null;
it is giving an error;

*Transdate is EDIT of recieveddate 





From: sreenath reddy shysrin...@yahoo.co.in
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, 6 July, 2009 3:19:28 PM
Subject: Re: [Axapta-Knowledge-Village] OutLook





Hi

Go to Help  System and Application Set up  Sales and Marketing setup  
Integrating with Microsoft Office Outlook..

Sreenath




--- On Sat, 7/4/09, kishore k kishore_0413@ yahoo.com wrote:


From: kishore k kishore_0413@ yahoo.com
Subject: Re: [Axapta-Knowledge- Village] OutLook
To: Axapta-Knowledge- vill...@yahoogro ups.com
Date: Saturday, July 4, 2009, 2:42 PM


There is no much diffrence from AX 4.0 to AX 2009...


you can find better data in MSDN and partner source...



BR,
kik.. 





From: Pooja . dyna.a...@yahoo. com
To: development- axapta development- axa...@yahoogrou ps.com; groups 
dynamicsguru@ yahoogroups. com; groups microsoft_dynamics_ axa...@yahoogrou 
ps.com; groups SecretsofDynamicsSo ftwareAX@ yahoogroups. com; groups 
Axapta-Knowledge- vill...@yahoogro ups.com; groups MSDynamicsAXForum@ 
yahoogroups. com; groups Dynamics-Ax@ yahoogroups. com; groups 
dynamic...@yahoogro ups.com
Sent: Tuesday, 16 June, 2009 9:39:05 AM
Subject: [Axapta-Knowledge- Village] OutLook


Do you know How to Integrate OutLook with Ax 2009


Yahoo! recommends that you upgrade to the new and safer Internet Explorer 8.  




  

Access Yahoo!7 Mail on your mobile. Anytime. Anywhere.
Show me how: http://au.mobile.yahoo.com/mail

[Axapta-Knowledge-Village] Hi

2009-06-30 Thread Pooja .
Good Morning All,
can we add enum dynamically to EDT .
please give me piece of cide


  

Access Yahoo!7 Mail on your mobile. Anytime. Anywhere.
Show me how: http://au.mobile.yahoo.com/mail

Re: [Axapta-Knowledge-Village] Form

2009-06-29 Thread Pooja .
Hi Sumit,
thank you for email.
I have to do impliment this.
end user able to set duedate for each customer(may be evrey month,year or week)
automatically ax should send the email to the customer if he is not paid with 
in the due date.
How can I impliment this.
Do we have any thing in exisiting system or url with you 
Pooja





From: Sumit Loya loya.su...@gmail.com
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, 29 June, 2009 6:25:45 PM
Subject: Re: [Axapta-Knowledge-Village] Form





Hi Pooja,
 
The recurrence data is stored in AX as a container. Look at the class 
SysRecurrence and container reurrenceInfo.
 
The container consists of following items
 
[version, startTime, startDate, endDateRadio, endDateInt, endDateDate, unit, 
pattern, timezone]
 
So you can get the StartDate from recurrenceInfo container.
 
Regards,
Sumit


On Mon, Jun 29, 2009 at 6:46 AM, Pooja . dyna.a...@yahoo. com wrote:




Hi
when you run the Sysrecurrence Form.
In the Form..Range of recurrence is sub heading.
in that there is a starting date is a field.. I want to store that value in 
my own table.
where can I get that value..
please...



   


  

Access Yahoo!7 Mail on your mobile. Anytime. Anywhere.
Show me how: http://au.mobile.yahoo.com/mail

[Axapta-Knowledge-Village] Form

2009-06-28 Thread Pooja .
Hi
when you run the Sysrecurrence Form.
In the Form..Range of recurrence is sub heading.
in that there is a starting date is a field.. I want to store that value in 
my own table.
where can I get that value..
please...



  

Re: [Axapta-Knowledge-Village] OutLook

2009-06-24 Thread Pooja .
Hi Good morning,
time values are not giving out put what we enter into ..please execute this job 
what would be the reason.
..
boolean myDialogjob(date FromChequeNum, date NumOfCheque)
{
    Dialog dialog = new Dialog(Schedule an Inteview);
    dialogText text = dialog.addText(Please Enter the Interview scheduling 
details);
    DialogField DrNo = dialog.addField(typeid(dirpartyid),Doctor Registration 
No);
    DialogField DateInt = dialog.addField(typeid(Transdate), Date of 
Interview);
    DialogField StTimeInt = dialog.addField(typeid(smmActivityStartTime), 
Interview Start Time);
    DialogField EnTimeInt = dialog.addField(typeid(smmActivityStartTime), 
Interview End Time);
 ;
 
    if (dialog.run())
    {
 box::info(strfmt(You will be sending an email to Doctor %4 with 
Interview schedule details\n\nDate of Interview : %1,\nStart time: %2 
\nEndTime: 
%3,DateInt.value(),StTimeInt.value(),EnTimeInt.value(),DrNo.value()));
 
    return true;
    }
    return false;
}


  

[Axapta-Knowledge-Village] email Templates

2009-06-23 Thread Pooja .
Hi,
How to write the email Template and send to customers/employers.
that is may be in Basic-setup-email Template...how it works.,
after this should I do any thing in Administration

Can you explaine me steps to complite the email process.
Poooja


  

[Axapta-Knowledge-Village] Certification

2009-06-18 Thread Pooja .
Hi guys.,
I would like to wirte the TL certification.,can you send me the preparation 
guides as I do not have partnersource id.
please any body
Pooja


  

[Axapta-Knowledge-Village] Form

2009-06-17 Thread Pooja .
 Hi
what is the finction of the login userid,
I got Scenario,the form must appear with records created by me only.
how to handle it 


  

[Axapta-Knowledge-Village] (unknown)

2009-06-17 Thread Pooja .
Hi Guys,
Im new to Ax,How to write the Lookup on the field with some lsit
Pooja


  

Re: [Axapta-Knowledge-Village] OutLook

2009-06-17 Thread Pooja .
thnx





From: Anitha S mail2eani...@gmail.com
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Wednesday, June 17, 2009 8:03:06 PM
Subject: Re: [Axapta-Knowledge-Village] OutLook





Pooja,
Refer to this link 
http://www.dynamics care.com/ blog/index. php/setting- up-outlook- 
sychronization- in-dynamics- ax-2009/

Hope this would help u.

Regards,
Anitha.


On Wed, Jun 17, 2009 at 3:16 PM, Sumit Loya loya.su...@gmail. com wrote:




Hi,
 
First of all you need to configure your outlook profile to current user id 
(User Id should be mapped to employee).
 
To configure the profile in AX go to Basic - Setup - Microsoft Office Outlook 
(CRM - Setup - Microsoft Office Outlook is alternate path) and run  the 
wizard there. You can also setup the paramters and other information.
 
After setting this you can synchronize your appointments, tasks and contacts 
with Outlook.
 
Regards,
Sumit


On Tue, Jun 16, 2009 at 3:31 PM, Pooja . dyna.a...@yahoo. com wrote:




Not with code only settings





 From: Sumit Loya loya.su...@gmail. com
To: Axapta-Knowledge- vill...@yahoogro ups.com
Sent: Tuesday, June 16, 2009 3:52:43 PM
Subject: Re: [Axapta-Knowledge- Village] OutLook
 


Hi,
 
You want to integrate it through code or are you looking for setting up the 
standard outlook integration available in AX?
 
Regards,
Sumit


On Tue, Jun 16, 2009 at 9:39 AM, Pooja . dyna.a...@yahoo. com wrote:




Do you know How to Integrate OutLook with Ax 2009








   


  

[Axapta-Knowledge-Village] Hi anitha

2009-06-17 Thread Pooja .
Anitha,
I have to do this .,
I should update 2 fields using dialog.
how to create dialog which is first time for me.
any url or blog or any existing ssytem
thanks
Pooja





From: Anitha S mail2eani...@gmail.com
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Wednesday, June 17, 2009 8:03:06 PM
Subject: Re: [Axapta-Knowledge-Village] OutLook





Pooja,
Refer to this link 
http://www.dynamics care.com/ blog/index. php/setting- up-outlook- 
sychronization- in-dynamics- ax-2009/

Hope this would help u.

Regards,
Anitha.


On Wed, Jun 17, 2009 at 3:16 PM, Sumit Loya loya.su...@gmail. com wrote:




Hi,
 
First of all you need to configure your outlook profile to current user id 
(User Id should be mapped to employee).
 
To configure the profile in AX go to Basic - Setup - Microsoft Office Outlook 
(CRM - Setup - Microsoft Office Outlook is alternate path) and run  the 
wizard there. You can also setup the paramters and other information.
 
After setting this you can synchronize your appointments, tasks and contacts 
with Outlook.
 
Regards,
Sumit


On Tue, Jun 16, 2009 at 3:31 PM, Pooja . dyna.a...@yahoo. com wrote:




Not with code only settings





 From: Sumit Loya loya.su...@gmail. com
To: Axapta-Knowledge- vill...@yahoogro ups.com
Sent: Tuesday, June 16, 2009 3:52:43 PM
Subject: Re: [Axapta-Knowledge- Village] OutLook
 


Hi,
 
You want to integrate it through code or are you looking for setting up the 
standard outlook integration available in AX?
 
Regards,
Sumit


On Tue, Jun 16, 2009 at 9:39 AM, Pooja . dyna.a...@yahoo. com wrote:




Do you know How to Integrate OutLook with Ax 2009








   


  

[Axapta-Knowledge-Village] Recurrence

2009-06-17 Thread Pooja .
Sorry to send so many emails,
Is there any best options of the recurrence in ax 2009.
I have to do it..,


  

[Axapta-Knowledge-Village] error [1 Attachment]

2009-06-16 Thread Pooja .
Hi guys,
Im always getting this screen .please look into that /attachment.
what would be reason.
error is :Unable to save . Unable to save Query Reminder_MPB



  

Re: [Axapta-Knowledge-Village] OutLook

2009-06-16 Thread Pooja .
Not with code only settings





From: Sumit Loya loya.su...@gmail.com
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Tuesday, June 16, 2009 3:52:43 PM
Subject: Re: [Axapta-Knowledge-Village] OutLook





Hi,
 
You want to integrate it through code or are you looking for setting up the 
standard outlook integration available in AX?
 
Regards,
Sumit


On Tue, Jun 16, 2009 at 9:39 AM, Pooja . dyna.a...@yahoo. com wrote:




Do you know How to Integrate OutLook with Ax 2009


   


  

[Axapta-Knowledge-Village] color

2009-06-15 Thread Pooja .
HI Guys,
In my requirement,.there should be an alert(red color any thing ) on the form 
as soon as date( field) value cross the today date .
How to do ..is there any thing is in existing system.  


  

[Axapta-Knowledge-Village] OutLook

2009-06-15 Thread Pooja .
Do you know How to Integrate OutLook with Ax 2009


  

[Axapta-Knowledge-Village] Enum

2009-06-14 Thread Pooja .
There is enum called Addresstype in address table.
in my requirement,I need to see all enum elements init,I need first three only.
How to disable rest of all.
thanks


  

[Axapta-Knowledge-Village] Form with Panel Filter

2009-06-08 Thread Pooja .
Hi Experts,
I'm not using any Code here, 

I have 3 Grids on the single Form - Grids are 1.SalesTable , 
2.SalesLine, 3. Item(for Example)
Panel search filter  is focusing in Last Grid one by default .. i.e on 
Itemgrid  .
I needed Panel search filter on first one on the Form.


Thank you 


  

[Axapta-Knowledge-Village] Attachment [1 Attachment]

2009-06-04 Thread Pooja .
Hi Anitha,
This is Pooja,
I have the Question on Form
Im not using Code here,ANy way sending the Snopshot.please see the attchment.
I have 3 Grides - 1.Doctors, 2.Registrations, 3. Applications
search is focussing in Last one is Application ( I rounded up) .
search filter needed on Doctors on Applications.
Generally Search filter focus on the Last grid.If I change the Grise order 
1.application 2.Registration 3. Docotor then 
The Search focu s comming on the Doctor .
But requirement is Order should not be change,
Thank you 
 





From: Anitha S mail2eani...@gmail.com
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, June 4, 2009 4:59:12 PM
Subject: Re: [Axapta-Knowledge-Village] Disable





Hi ,

Pls try this.
You can override the method selectionChange in RadioButton.

public int selectionChange( )
{
    int ret;

    ret = super();

    if(RadioButton1. valueStr( ) == enum2str(NoYes: :Yes))
    {
    CheckBox.enabled( false);
    }
    else
    {
    CheckBox.enabled( true);
    }

    return ret;
}

Regards,
Anitha.


On Thu, Jun 4, 2009 at 5:22 AM, Pooja . dyna.a...@yahoo. com wrote:




Hi Guys,
I have the Radio button (NoYes) and Check box on the form.
if I click the radio button to Yes ,then that check box should disable
can u pls








  

[Axapta-Knowledge-Village] Forms

2009-06-03 Thread Pooja .
Hi Guys,
In my Form(list page),the filter is on last grid by default,
How can I change to first grid as my form has 3 grids.



  

[Axapta-Knowledge-Village] Disable

2009-06-03 Thread Pooja .
Hi Guys,
I have the Radio button (NoYes) and Check box on the form.
if I click the radio button to Yes ,then that check box should disable
can u pls


  

Re: [Axapta-Knowledge-Village] Re: AX2009 implementation project

2009-06-01 Thread Pooja .
send me to this emial id ..this is my perosnel emial id only





From: Satish Das me_satis...@yahoo.com
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, June 1, 2009 9:47:05 PM
Subject: Re: [Axapta-Knowledge-Village] Re: AX2009 implementation project





fine.. Pls let me have your personal id ...

will send you my cv ..





From: Anil Kumar Sinha anilsinha1968@ yahoo.com
To: Axapta-Knowledge- vill...@yahoogro ups.com
Sent: Monday, 1 June, 2009 3:00:59 PM
Subject: [Axapta-Knowledge- Village] Re: AX2009 implementation project


Good opportunity for freelance Axapta consultants.

--- In Axapta-Knowledge- vill...@yahoogro ups.com, tarekeg2 tarek...@.. . 
wrote:

 Hi All,
 
 I have a client in Egypt/Alexandria who asked my help to implement AX2009 for 
 his company. I'm working alone, so I'll need someone who has technical and 
 functional experience to help me.
 
 If any one intrested, send me your CV and daily rate.
 
 Have a nice day!




Explore and discover exciting holidays and getaways with Yahoo! India Travel 
Click here! 



  

[Axapta-Knowledge-Village] Re: one should disable if i modify other field

2008-06-01 Thread Pooja .
Hi
I got scenario like 2 drop down lists..one for countries other for states .
If choose USA in first dropdown list …second drop down list should give me 
scope of Cities (New York ,California, Chicago  etc)which are belongs to USA. 
If choose AUSTRLIA in first dropdown list …second drop down list should give me 
scope of Cities (Sydney, Melbourne, Brisbane…etc)which are belongs to 
AUSTRLIA.How can I customize it .please let me know…
Thanks


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 29 May, 2008 2:15:38 PM
Subject: one should disable if i modify other field


  
i have 2 fields in a form ...one should disable if i modify other field ..how 
to write code for this 
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Tuesday, 13 May, 2008 2:04:39 PM
Subject: Can u help me / FAQ


Hi.All.,
Im Pooja ,Im going to Austrlia ...Can any body help me to get the Dyna_Ax jobs 
in Aus...
Can any body help what would be the pattern of selection.
Please can you send me Generel Questions(FAQ)asked in Interviews for 2yrs 
experience knowledge.
Please mail me If you know any good blogs which can help me to prepare for 
interview
thanking you 
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, 12 May, 2008 11:40:19 AM
Subject: Project


Hi All !
I'm doing some customisation in Project(shared).,
If I complile it all the tables and some of the classes are becoming red 
mark in the project.
this is happaning always ..what would be reason
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 6:12:03 PM
Subject: Report


Hi  All !
Client requirement  to customise Customer report .
The fields should not show which are not have the value.for example telexnumber 
may not have  value in certian cust number .it should not visible in report.
One should visible if it have value only other wise it should not be visible.
thanx in advane 

Pooja


- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 2:06:10 PM
Subject: [Axapta-Knowledge-Village] Cheque printing


Hi 
 
Has anyone done any modifcation to allow printing of individual cheques that 
get torn out of a cheque book?
 
I understand how std cheque printing works and in theory I should be getting 
preprinted cheque paper from the bank but the customer would like to attempt 
printing from the cheque book.
 
Anyone any experience and advice (is it really worth considering or just buy 
the preprinted cheque paper)?
 
Thanks
James 

Bollywood, fun, friendship, sports and more. You name it, we have it.

Best Jokes, Best Friends, Best Food. Get all this and more on Best of Yahoo! 
Groups.

Did you know? You can CHAT without downloading messenger. Click here

Planet Earth is in the hot seat. Know more.


  Connect with friends all over the world. Get Yahoo! India Messenger at 
http://in.messenger.yahoo.com/?wm=n/

[Axapta-Knowledge-Village] one should disable if i modify other field

2008-05-29 Thread Pooja .
 
i have 2 fields in a form ...one should disable if i modify other field ..how 
to write code for this 
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Tuesday, 13 May, 2008 2:04:39 PM
Subject: Can u help me / FAQ


Hi.All.,
Im Pooja ,Im going to Austrlia ...Can any body help me to get the Dyna_Ax jobs 
in Aus...
Can any body help what would be the pattern of selection.
Please can you send me Generel Questions(FAQ)asked in Interviews for 2yrs 
experience knowledge.
Please mail me If you know any good blogs which can help me to prepare for 
interview
thanking you 
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, 12 May, 2008 11:40:19 AM
Subject: Project


Hi All !
I'm doing some customisation in Project(shared).,
If I complile it all the tables and some of the classes are becoming red 
mark in the project.
this is happaning always ..what would be reason
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 6:12:03 PM
Subject: Report


Hi  All !
Client requirement  to customise Customer report .
The fields should not show which are not have the value.for example telexnumber 
may not have  value in certian cust number .it should not visible in report.
One should visible if it have value only other wise it should not be visible.
thanx in advane 

Pooja


- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 2:06:10 PM
Subject: [Axapta-Knowledge-Village] Cheque printing


Hi 
 
Has anyone done any modifcation to allow printing of individual cheques that 
get torn out of a cheque book?
 
I understand how std cheque printing works and in theory I should be getting 
preprinted cheque paper from the bank but the customer would like to attempt 
printing from the cheque book.
 
Anyone any experience and advice (is it really worth considering or just buy 
the preprinted cheque paper)?
 
Thanks
James 

Bollywood, fun, friendship, sports and more. You name it, we have it.

Best Jokes, Best Friends, Best Food. Get all this and more on Best of Yahoo! 
Groups.

Did you know? You can CHAT without downloading messenger. Click here


  Download prohibited? No problem. CHAT from any browser, without download. 
Go to http://in.messenger.yahoo.com/webmessengerpromo.php/

[Axapta-Knowledge-Village] Can u help me / FAQ

2008-05-13 Thread Pooja .
Hi.All.,
Im Pooja ,Im going to Austrlia ...Can any body help me to get the Dyna_Ax jobs 
in Aus...
Can any body help what would be the pattern of selection.
Please can you send me Generel Questions(FAQ)asked in Interviews for 2yrs 
experience knowledge.
Please mail me If you know any good blogs which can help me to prepare for 
interview
thanking you 
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, 12 May, 2008 11:40:19 AM
Subject: Project


Hi All !
I'm doing some customisation in Project(shared).,
If I complile it all the tables and some of the classes are becoming red 
mark in the project.
this is happaning always ..what would be reason
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 6:12:03 PM
Subject: Report


Hi  All !
Client requirement  to customise Customer report .
The fields should not show which are not have the value.for example telexnumber 
may not have  value in certian cust number .it should not visible in report.
One should visible if it have value only other wise it should not be visible.
thanx in advane 

Pooja


- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 2:06:10 PM
Subject: [Axapta-Knowledge-Village] Cheque printing


Hi 
 
Has anyone done any modifcation to allow printing of individual cheques that 
get torn out of a cheque book?
 
I understand how std cheque printing works and in theory I should be getting 
preprinted cheque paper from the bank but the customer would like to attempt 
printing from the cheque book.
 
Anyone any experience and advice (is it really worth considering or just buy 
the preprinted cheque paper)?
 
Thanks
James 

Bollywood, fun, friendship, sports and more. You name it, we have it.

Best Jokes, Best Friends, Best Food. Get all this and more on Best of Yahoo! 
Groups.


  Bring your gang together. Do your thing. Find your favourite Yahoo! group 
at http://in.promos.yahoo.com/groups/

Re: [Axapta-Knowledge-Village] OLAP Cube in AX4.0

2008-05-12 Thread Pooja .
Hi All.,
I coded complite project on DAT company ..But is is not working on other 
company created by Functional Consultant ...What would be reason 
thnx in advance 

Pooja


- Original Message 
From: asm_73 [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, 5 May, 2008 1:49:39 PM
Subject: [Axapta-Knowledge-Village] OLAP Cube in AX4.0

Hi,
I have a created a cube in AX4.0. It has a dimension of Time.
The levels are Year, Quarter and Month. The year and quarter is 
displayed properly, however for the month it displays the number. e.g. 
it displays 1 instead of january. Can anyone please tell me where the 
possible problem could be.

Thanks.


 


  Explore your hobbies and interests. Go to 
http://in.promos.yahoo.com/groups/

Re: [Axapta-Knowledge-Village] Cheque printing

2008-05-12 Thread Pooja .
Hi  All !
Client requirement  to customise Customer report .
The fields should not show which are not have the value.for example telexnumber 
may not have  value in certian cust number .it should not visible in report.
One should visible if it have value only other wise it should not be visible.
thanx in advane 

Pooja


- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 2:06:10 PM
Subject: [Axapta-Knowledge-Village] Cheque printing


Hi 
 
Has anyone done any modifcation to allow printing of individual cheques that 
get torn out of a cheque book?
 
I understand how std cheque printing works and in theory I should be getting 
preprinted cheque paper from the bank but the customer would like to attempt 
printing from the cheque book.
 
Anyone any experience and advice (is it really worth considering or just buy 
the preprinted cheque paper)?
 
Thanks
James 


  Connect with friends all over the world. Get Yahoo! India Messenger at 
http://in.messenger.yahoo.com/?wm=n/

[Axapta-Knowledge-Village] Report

2008-05-12 Thread Pooja .
Hi  All !
Client requirement  to customise Customer report .
The fields should not show which are not have the value.for example telexnumber 
may not have  value in certian cust number .it should not visible in report.
One should visible if it have value only other wise it should not be visible.
thanx in advane 

Pooja


- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 2:06:10 PM
Subject: [Axapta-Knowledge-Village] Cheque printing


Hi 
 
Has anyone done any modifcation to allow printing of individual cheques that 
get torn out of a cheque book?
 
I understand how std cheque printing works and in theory I should be getting 
preprinted cheque paper from the bank but the customer would like to attempt 
printing from the cheque book.
 
Anyone any experience and advice (is it really worth considering or just buy 
the preprinted cheque paper)?
 
Thanks
James 


  Explore your hobbies and interests. Go to 
http://in.promos.yahoo.com/groups/

[Axapta-Knowledge-Village] Re: Report

2008-05-12 Thread Pooja .
Hi All !
I'm doing some customisation in Project(shared).,
If I complile it all the tables and some of the classes are becoming red 
mark in the project.
this is happaning always ..what would be reason
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 6:12:03 PM
Subject: Report


Hi  All !
Client requirement  to customise Customer report .
The fields should not show which are not have the value.for example telexnumber 
may not have  value in certian cust number .it should not visible in report.
One should visible if it have value only other wise it should not be visible.
thanx in advane 

Pooja


- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 2:06:10 PM
Subject: [Axapta-Knowledge-Village] Cheque printing


Hi 
 
Has anyone done any modifcation to allow printing of individual cheques that 
get torn out of a cheque book?
 
I understand how std cheque printing works and in theory I should be getting 
preprinted cheque paper from the bank but the customer would like to attempt 
printing from the cheque book.
 
Anyone any experience and advice (is it really worth considering or just buy 
the preprinted cheque paper)?
 
Thanks
James 

Bollywood, fun, friendship, sports and more. You name it, we have it.


  Bollywood, fun, friendship, sports and more. You name it, we have it on 
http://in.promos.yahoo.com/groups/bestofyahoo/

[Axapta-Knowledge-Village] Project

2008-05-12 Thread Pooja .
Hi All !
I'm doing some customisation in Project(shared).,
If I complile it all the tables and some of the classes are becoming red 
mark in the project.
this is happaning always ..what would be reason
Pooja


- Original Message 
From: Pooja . [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 6:12:03 PM
Subject: Report


Hi  All !
Client requirement  to customise Customer report .
The fields should not show which are not have the value.for example telexnumber 
may not have  value in certian cust number .it should not visible in report.
One should visible if it have value only other wise it should not be visible.
thanx in advane 

Pooja


- Original Message 
From: James Flavell [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, 8 May, 2008 2:06:10 PM
Subject: [Axapta-Knowledge-Village] Cheque printing


Hi 
 
Has anyone done any modifcation to allow printing of individual cheques that 
get torn out of a cheque book?
 
I understand how std cheque printing works and in theory I should be getting 
preprinted cheque paper from the bank but the customer would like to attempt 
printing from the cheque book.
 
Anyone any experience and advice (is it really worth considering or just buy 
the preprinted cheque paper)?
 
Thanks
James 

Bollywood, fun, friendship, sports and more. You name it, we have it.


  From Chandigarh to Chennai - find friends all over India. Go to 
http://in.promos.yahoo.com/groups/citygroups/

[Axapta-Knowledge-Village] How to handle the modified fields in RunBaseBatch

2008-03-26 Thread Pooja .
HI.,
How to handle the modified fields in RunBaseBatch
thanx
Pooja


- Original Message 
From: George Chernev [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Tuesday, 25 March, 2008 7:27:59 PM
Subject: [Axapta-Knowledge-Village] Re: Auto generated number for Employees and 
applicants

Hello Ali,
Have a look at the Network form: you can find it in Human Resources -
 Inquiries. It shows all Employees, Applicants and Contact Persons 
and each record has a unique ID in the Person field. The number 
sequence for the Person field is set in Human Resources - Setup - 
Parameters - Number sequences tab.
Does that solve your problem?

Best regards,
George

--- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, Ali Jawad 
[EMAIL PROTECTED] .. wrote:

 
 
 Hi,
 
 
 
 In AX 4.0, can I have auto generated numbering for Employees  
Applicants?
 If yes, please tell me how?
 
 
 
 Thank you,
 
 
 
 
 
 Regards,
 
 Ali Jawad



 


  Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

Re: [Axapta-Knowledge-Village] Re: Best way to delete DEL_ fields?

2008-03-26 Thread Pooja .
Hi.,Subbu !
Please send me X++ Book as you told me .
Please send me 
I'm getting very problamatiC
Pooja


- Original Message 
From: Subbu [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, 27 February, 2008 4:46:38 AM
Subject: [Axapta-Knowledge-Village] Re: Best way to delete DEL_ fields?

Hi Somnath,

You canot delete the system fields ( from AOT ) . You can only update 
the field properties so that it gets pulled to BUS/CUS/USR layer. 
Even if you delete from SQLdictionary or Database, when you resync 
the AOT-Tables, Axapta will recreate/update the table schema and push 
into SQLSo it does not matter I guess unless you have some 
secrets.

--- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, somnath jana 
janasomnath786@  wrote:

 In axapta it is recomended do not delete field(s) from systables it 
may cresh the database
 
 
 Thanks and Regards,
 
 Somnath Jana
 Microsoft Certified Axapta Consultant.
 
 
 
 
 - Original Message 
 From: padmaja_wipro padmaja_wipro@ ...
 To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
 Sent: Thursday, 21 February, 2008 3:14:18 AM
 Subject: [Axapta-Knowledge- Village] Best way to delete DEL_ fields?
 
 Hi,
 
 I would like to delete the fields that were obsolete during 
 upgradation. I have to delete one field that starts with DEL_ from 
a 
 table. Please note that this field is at sys layer in the table..
 
 So to delete that, do I need to delete from SQLDictonary table 
which 
 is a system table?
 
 Did anyone have tried to delete DEL fields?. if so, what the best 
way 
 to do this?
 
 Thanks in advance.
 
 Padma 
 
 
 
 
 
 Meet people who discuss and share your passions.. Go to 
http://in.promos. yahoo.com/ groups
 
 [Non-text portions of this message have been removed]



 


  Now you can chat without downloading messenger. Go to 
http://in.messenger.yahoo.com/webmessengerpromo.php

Re: [Axapta-Knowledge-Village] Axapta SPIDs

2008-01-05 Thread Pooja .
HI All !

Iwould lieke to write the Developer 2 certification exams


But I checked in micrsoft site ..,there is no exam ..information as follows

url is   http://www.microsoft.com/learning/mcp/dynamics/ax/prodev/default.mspx
pls inform me if you any information


Core exams (two exams required)
•Development Introduction in Microsoft Dynamics AX 4.0
•MorphX Solution Development in Microsoft Dynamics AX 4.0 (Available in 2008)
thanks

- Original Message 
From: Subhajit Ghosh [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Wednesday, 2 January, 2008 4:53:56 PM
Subject: Re: [Axapta-Knowledge-Village] Axapta SPIDs

It is SID.

- Original Message 
From: Harry Deshpande [EMAIL PROTECTED] com
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com Axapta-Knowledge- [EMAIL 
PROTECTED] ups.com
Sent: Wednesday, 2 January, 2008 7:08:06 AM
Subject: RE: [Axapta-Knowledge- Village] Axapta SPIDs

Hi

Are you talking about SPID or SID? Just curious

Regards

Harry

From: Axapta-Knowledge- [EMAIL PROTECTED] ups.com [mailto:Axapta- Knowledge- 
[EMAIL PROTECTED] ups.com] On Behalf Of Subhajit Ghosh
Sent: Monday, December 31, 2007 9:13 PM
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
Subject: Re: [Axapta-Knowledge- Village] Axapta SPIDs

Hi

SP id basically comes from domain machine. It is an unique machine no generated 
aganist domain administrator. In AX4, this SP id is very important. At the time 
of running administrator, it alwasy check this SP id. If this SP id do not 
match, then an error comes, You are not a registered user. Due to this in 
AX4, backup-restore from sql or attach/detach of database is not running. Only 
backup from AX4 will run properly. At the time of restoring database, backup 
taken from AX4, it automatically creates SPid in AX4 database.

Regards

Subhajit Ghosh

- Original Message 
From: Harry Deshpande [EMAIL PROTECTED] commailto:harryd% 40microsoft. com
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.commailto: Axapta- Knowledge- 
Village%40yahoog roups.com  Axapta-Knowledge- [EMAIL PROTECTED] 
ups.commailto: Axapta- Knowledge- Village%40yahoog roups.com 
Sent: Monday, 31 December, 2007 11:16:27 PM
Subject: RE: [Axapta-Knowledge- Village] Axapta SPIDs

Hi

Administration - online users SPID comes from the database.

Regards

Harry

This posting is provided AS IS with no warranties, and confers no
rights. Use of included script samples are subject to the terms
specified at http://www.microsof t.com/info/ cpyright. htm
The code provided (if any) may be written from the point of view of a
third party and the programming style/development standards may suit
such a point of view.

From: Axapta-Knowledge- [EMAIL PROTECTED] ups.com [mailto:Axapta- Knowledge- 
[EMAIL PROTECTED] ups.com] On Behalf Of cshauw
Sent: Sunday, December 30, 2007 7:43 PM
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
Subject: [Axapta-Knowledge- Village] Axapta SPIDs

Hi All,

Anyone know what is the SPID use for in Axapta? Why sometime it appear
two numbers, please help to shed a light on this area,thank you.

dachong

[Non-text portions of this message have been removed]
!-- #ygrp-mkp{ border:1px solid #d8d8d8;font- family:Arial; margin:14px 
0px;padding: 0px 14px;} #ygrp-mkp hr{ border:1px solid #d8d8d8;} #ygrp-mkp #hd{ 
color:#628c2a; font-size: 85%;font- weight:bold; line-height: 122%;margin: 10px 
0px;} #ygrp-mkp #ads{ margin-bottom: 10px;} #ygrp-mkp .ad{ padding:0 0;} 
#ygrp-mkp .ad a{ color:#ff; text-decoration: none;} -- !-- #ygrp-sponsor 
#ygrp-lc{ font-family: Arial;} #ygrp-sponsor #ygrp-lc #hd{ margin:10px 
0px;font-weight: bold;font- size:78%; line-height: 122%;} #ygrp-sponsor 
#ygrp-lc .ad{ margin-bottom: 10px;padding: 0 0;} -- !-- #ygrp-mlmsg 
{font-size:13px; font-family: arial, helvetica, clean, sans-serif;} #ygrp-mlmsg 
table {font-size:inherit; font:100% ;} #ygrp-mlmsg select, input, textarea 
{font:99% arial, helvetica, clean, sans-serif;} #ygrp-mlmsg pre, code 
{font:115% monospace;} #ygrp-mlmsg * {line-height: 1.22em;} #ygrp-text{ 
font-family: Georgia; } #ygrp-text p{ margin:0 0 1em 0;} #ygrp-tpmsgs{
font-family: Arial; clear:both;} #ygrp-vitnav{ padding-top: 10px;font- 
family:Verdana; font-size: 77%;margin: 0;} #ygrp-vitnav a{ padding:0 1px;} 
#ygrp-actbar{ clear:both;margin: 25px 0;white-space: nowrap;color: #666;text- 
align:right; } #ygrp-actbar .left{ float:left;white- space:nowrap; } 
.bld{font-weight: bold;} #ygrp-grft{ font-family: Verdana;font- size:77%; 
padding:15px 0;} #ygrp-ft{ font-family: verdana;font- size:77%; border-top: 1px 
solid #666; padding:5px 0; } #ygrp-mlmsg #logo{ padding-bottom: 10px;} 
#ygrp-vital{ background-color: #e0ecee;margin- bottom:20px; padding:2px 0 8px 
8px;} #ygrp-vital #vithd{ font-size:77% ;font-family: Verdana;font- 
weight:bold; color:#333; text-transform: uppercase; } #ygrp-vital ul{ 
padding:0;margin: 2px 0;} #ygrp-vital ul li{ list-style-type: none;clear: 
both;border: 1px solid #e0ecee; } #ygrp-vital ul li .ct{ 

Re: [Axapta-Knowledge-Village] Re: Client not able to connect AOS (DynamicsAx40)

2008-01-01 Thread Pooja .
Hi.Friends !
I would like to know about master certification in axapta.
I already cleared Intro MorphX and also planning to write Solution MorphX.
What are other things need to be write .
please let me know as I like to write functional certifications.
Pooja 
Hyd- India


- Original Message 
From: santosh yadav [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, 31 December, 2007 12:44:14 PM
Subject: RE: [Axapta-Knowledge-Village] Re: Client not able to connect AOS 
(DynamicsAx40)

first you should open concern client config and check for the server name, port 
number(may be 2712 by defaullt, change if you have nthing else) n all.after 
restart Ax services it should open Ax client.


Santosh

Kamaraju Vudata kamaraju_vudata@ semanticspace. com wrote:
Check whether the services are started 

_ 

From: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
[mailto:Axapta-Knowledge- [EMAIL PROTECTED] ups.com] On Behalf Of Abdul Mannan
Sent: Saturday, December 29, 2007 3:22 PM
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
Subject: [Axapta-Knowledge- Village] Re: Client not able to connect AOS
(DynamicsAx40)

Can someone please help me with this problem. .. 


 Hi,
 I have in stalled Application , AOS in a windows 2003
 server machine. 
 Clients are installed in other different machines.
 When i run the Ax clinet , 
 it comes up with error saying The server is
 unavailable, The client will try 
 to connect other servers in your configuration and
 when i click ok , it says 
 failed to establish a connection, then axapta closes
 down. 
 
 I have done correct client configuration in the
 configuration utility ( 
 server name/instance name/TCPIP), before running the
 client. When i run the 
 client with simillar configurations in the AOS server
 machine , it works fine.
 
 Any idea , what i am missing? I am using windows
 terminal server tom access 
 my machines.
 
 Thanks in Adv.
 
 
 
 
 
 _ _ _ _ _ _
 __
 Sponsored Link
 
 Compare mortgage rates for today. 
 Get up to 5 free quotes. www2.nextag. com


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

 - - ---
Never miss a thing. Make Yahoo your homepage.

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





  Forgot the famous last words? Access your message archive online at 
http://in.messenger.yahoo.com/webmessengerpromo.php

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



Re: [Axapta-Knowledge-Village] About lookup

2007-12-08 Thread Pooja .
HI ..Folks!!
I'v been working for Axxpta for One Year in CCRM module.
Now .,the company people are shifted me to Dynamics CRM .
Now i'm underrtraining ..
i'm worrying how would be the life?
please let me know..,
thanking you 
Pooja



- Original Message 
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Friday, 30 November, 2007 10:46:44 AM
Subject: Re: [Axapta-Knowledge-Village] About lookup

Hey Thankx for replying. Ya this is necessary because I have to created
new functionality for AMC items related to expiry date and all..

Yes priyanka. You please re-consider. Is this customisation is need??

in table Salesline a field linenum is available. will it not be
useful to you??

Ramanan

- Original Message 
From: priyanka.pande@ bsil.com priyanka.pande@ bsil.com
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
Cc: axapta-knowledge- [EMAIL PROTECTED] ups.com
Sent: Thursday, 29 November, 2007 1:46:12 PM
Subject: Re: [Axapta-Knowledge- Village] About lookup

Hi,
I am working on Axapta and have worked on the reports till this date.But
now i have started to do customisation. I have few queries can you please
help me with a certain issues
The scenario is,
I have added one new field in Sales Line called Item SL No. with
extended data type InventSerialId .There is one more field in sales
line called Service ItemID .Now I want look-up in Item SL No.(new
field) on the basis of Service ItemID, but the look up is coming
according to ItemId. How can I do this?Pls help me..

Hi Neeraj,
You can use the EDT relationship. There are two kind of relations possible
in EDT, normal and related field fixed. If you want just a simple lookup
like drop down of all customer accounts, simply create a normal
relationship with custtable (with field Customer Account). You can also
create a complex lookup using EDT relation. Suppose you want to show
customers which are One time customers in a lookup. You have to first
create a normal relation with custtable and then create a related field
fixed relation where select the one time customer field and in the place
of value, give '1' which means TRUE. You can use this relation and specify
the value only for the enum type fields.
Thats all, if you want more complex lookups, EDTs can't help you more.

Barunava

- Original Message 
From: Arijit Basu arijit.basu@ gmail.com
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
Sent: Wednesday, November 14, 2007 4:56:43 PM
Subject: Re: [Axapta-Knowledge- Village] About lookup

Hi Neeraj,

Use the EDT Relations Node.

On 11/14/07, neeraj_gupta2k83 neeraj_gupta2k83@ yahoo.co. in wrote:



 hi all,



 i have used the lookup through code . is it possible to give lookup

 using relations without using auto lookup. ???/ is any body know

 solution please inform me.







--

Arijit Basu

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

!--

#ygrp-mkp{
border:1px solid #d8d8d8;font- family:Arial; margin:14px 0px;padding: 0px
14px;}
#ygrp-mkp hr{
border:1px solid #d8d8d8;}
#ygrp-mkp #hd{
color:#628c2a; font-size: 85%;font- weight:bold; line-height: 122%;margin:
10px
0px;}
#ygrp-mkp #ads{
margin-bottom: 10px;}
#ygrp-mkp .ad{
padding:0 0;}
#ygrp-mkp .ad a{
color:#ff; text-decoration: none;}
--

!--

#ygrp-sponsor #ygrp-lc{
font-family: Arial;}
#ygrp-sponsor #ygrp-lc #hd{
margin:10px 0px;font-weight: bold;font- size:78%; line-height: 122%;}
#ygrp-sponsor #ygrp-lc .ad{
margin-bottom: 10px;padding: 0 0;}
--

!--

#ygrp-mlmsg {font-size:13px; font-family: arial, helvetica, clean,
sans-serif;}
#ygrp-mlmsg table {font-size:inherit; font:100% ;}
#ygrp-mlmsg select, input, textarea {font:99% arial, helvetica, clean,
sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;}
#ygrp-mlmsg * {line-height: 1.22em;}
#ygrp-text{
font-family: Georgia;
}
#ygrp-text p{
margin:0 0 1em 0;}
#ygrp-tpmsgs{
font-family: Arial;
clear:both;}
#ygrp-vitnav{
padding-top: 10px;font- family:Verdana; font-size: 77%;margin: 0;}
#ygrp-vitnav a{
padding:0 1px;}
#ygrp-actbar{
clear:both;margin: 25px 0;white-space: nowrap;color: #666;text-
align:right; }
#ygrp-actbar .left{
float:left;white- space:nowrap; }
.bld{font-weight: bold;}
#ygrp-grft{
font-family: Verdana;font- size:77%; padding:15px 0;}
#ygrp-ft{
font-family: verdana;font- size:77%; border-top: 1px solid #666;
padding:5px 0;
}
#ygrp-mlmsg #logo{
padding-bottom: 10px;}

#ygrp-vital{
background-color: #e0ecee;margin- bottom:20px; padding:2px 0 8px 8px;}
#ygrp-vital #vithd{
font-size:77% ;font-family: Verdana;font- weight:bold; color:#333;
text-transform: uppercase; }
#ygrp-vital ul{
padding:0;margin: 2px 0;}
#ygrp-vital ul li{
list-style-type: none;clear: both;border: 1px solid #e0ecee;
}
#ygrp-vital ul li .ct{
font-weight: bold;color: #ff7900;float: right;width: 2em;text-
align:right; padding-right: .5em;}
#ygrp-vital ul li .cat{
font-weight: bold;}
#ygrp-vital a{
text-decoration: none;}

#ygrp-vital a:hover{
text-decoration: underline; }

#ygrp-sponsor #hd{
color