Re: [Axapta-Knowledge-Village] Where to handle tool tip in each column

2010-07-07 Thread manish saxena
Hi,
The tooltip is created automatically by Ax from the field's main table form's 
caption.
But you can override the tooltip for the fields using table method. I am not in 
front of my system, but you can find the method at table level , where you can 
override the tooltip on the basis of fieldId.
Hope it helps...

--- On Wed, 7/7/10, axaeffect  wrote:


From: axaeffect 
Subject: [Axapta-Knowledge-Village] Where to handle tool tip in each column
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Wednesday, 7 July, 2010, 3:34 PM


  



Hi all,

I'd like to know where is the handle to show tool tip in column/field in Ax ?
You know for example, in Sales Order form or Inventory movement form, when we 
move pointer or click Item column, there is tool tip inform item id and item 
name.

In the form layout, I notice there's method called ToolTip but can not debug 
the method super(). It goes by and just return the message of the tool tip. I 
want to see the logic of creating this tool tip.

Thanks,










Re: [Axapta-Knowledge-Village] Employee Number Sequence?

2010-06-02 Thread manish saxena
Hi,
Yes, you can attach number sequence with the existing emplId to create auto 
number generation for Employee id.


--- On Wed, 2/6/10, kardo_ax  wrote:


From: kardo_ax 
Subject: [Axapta-Knowledge-Village] Employee Number Sequence?
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Wednesday, 2 June, 2010, 6:24 PM


  



Dear All,

If we need to have a number sequence used for employees, do we need to create 
one based on the EmplId or its better to create another field and EDT?

EmplId is used through out the systme and dont know whether whether using it as 
a num seq wil effec the standard system AX2009?

thanks










Re: [Axapta-Knowledge-Village] BOM Calculation.

2010-04-29 Thread manish saxena
Hi Khalil,
BOM items are nothin but a combination of items/other bom items.
So, BOM lines are the records from Item master only.
Whatever prices, u have set on trade agreement, at the time of BOM calculation, 
it will pick prices from there.
 
Regards
Manish

--- On Thu, 29/4/10, Khalil Rehman  wrote:


From: Khalil Rehman 
Subject: [Axapta-Knowledge-Village] BOM Calculation.
To: "Knowlege Village" 
Date: Thursday, 29 April, 2010, 11:06 AM


  



Hi All,
 
    can we have BOM price through Trade Agreements. 



  KHALIL UR REHMAN  





Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up now. 








Re: [Axapta-Knowledge-Village] How to import addresses in Ax 2009

2009-12-10 Thread manish saxena
Hi Abhay,
Regarding addresses in Ax 2009, first you have to make sure that whether the 
addresses, you want make private or shared(depends on the parameter on Global 
address book).
If the parameter is private, then in address table the field, AddrTableId and 
AddrRecId will be populated by Vendor table and vendor recid, but if the 
address aremake to be shared, thn in Address table, the fields AddrTableId and 
AddrRecId will be populated by DirPartyTable table id and recid. 
Please check the methods insert and update of Address table, and a parameter on 
Gloal address book, or deletion of global addresses. If u call insert or update 
method with correct parameters, Ax will automatically updates r in related 
tables.
 
Regards
Manish

--- On Fri, 11/12/09, Edvandro Santos  wrote:


From: Edvandro Santos 
Subject: Re: [Axapta-Knowledge-Village] How to import addresses in Ax 2009 [1 
Attachment]
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Friday, 11 December, 2009, 3:28 AM


  


[Attachment(s) from Edvandro Santos included below] 

Hi Abhay, I´ll explain u the steps to join the vendor with the address through 
DirPartyTable:
 
1. Import Vendor data (with the PartyId field);
2. When u import the Address data, add two new columns to your template: 
AddrTableId and AddrRecId, where:
 
AddrTableId = Vendor Table Id
AddrRecId   = RecId of the Vendor that you want to associate the address.
 
After that, you can run the attached job. Basically it creates the record in 
the DirPartyTable, if doesn´t exist, and create the relationship 
(DirPartyAddressRel ationShip and DirPartyAddressRela tionShipMapping) between 
VendTable, DirPartyTable and Address table,all right?
 
Hope helps you!


 
On Thu, Dec 10, 2009 at 2:48 AM, Abhay  wrote:

Can you please send the job for cereating the DirPartyTable record, the 
DirPartyAddressRela tionShip record and the DirPartyAddressRela tionShipMapping 
records. 
 

Regards
Abhay



-Original Message-
From: "Edvandro Santos" 

Sent 12/9/2009 5:34:59 PM
To: Axapta-Knowledge- vill...@yahoogro ups.com
Subject: Re: [Axapta-Knowledge- Village] How to import addresses in Ax 2009

  





Hi Sasi,
 
When I going to import address related to a Vendor, I follow this steps:
 
1. Import the VendTable with PartyId;
2. Import the Address table with the table id of VendTable and the Party ID of 
the vendor;
3. Create the job that create the DirPartyTable record, the DirPartyAddressRela 
tionShip record and the DirPartyAddressRela tionShipMapping records.
 
Regards,

 
On Sun, Dec 6, 2009 at 6:57 AM, Sasi Kumar  
wrote:


  








Hi Friends,
 
I need your suggestions on importing the addresses of leads. I tried to import 
using DirParty, DirPartyAddressRela tionship, address etc... But the address 
table needs a RecId and TableId to refer the same. Can anyone guide me how to 
do it.
 
Am using Ax 2009.
 
Sasi

--- On Fri, 12/4/09, Edvandro Santos  wrote:


From: Edvandro Santos 
Subject: Re: [Axapta-Knowledge- Village] Workflow setup error
To: Axapta-Knowledge- vill...@yahoogro ups.com
Date: Friday, December 4, 2009, 12:31 PM




My version is the same.


On Fri, Dec 4, 2009 at 10:08 AM, Jonathan Halland  wrote:


  



You can check out what version of ASP your Workflow is running on using IIS 
Manager -> Websites -> [WebsiteName] -> MicrosoftDynamicsAX Workflow50, right 
click, select Properties, Click on ASP.NET TAB. I'm running on version 2.0.50

Regards
Jonathan
http://workflowax. wordpress. com 





On Fri, Dec 4, 2009 at 2:02 PM, Edvandro Santos  
wrote:


  




Hi Jonathan, how can I check it? I see that in my server exist 2 folders with 
ASP.NET: 
 
1. Framework;
2. Framework64.





On Fri, Dec 4, 2009 at 4:03 AM, Jonathan Halland  wrote:


  



Hi Edvandro. 

Have you tried checking that you have the latest version of asp.net installed 
for your IIS version. This may also be causing errors.

Regards
Jonathan


On Fri, Dec 4, 2009 at 6:37 AM, Anitha S  wrote:


  


[Attachment(s) from Anitha S included below] 

Hi Edvandro ,
 
Check the attachement to configure URL.
Hope it helps !!!
 
Revert back if you still face issues.
 
Regards,
Anitha





On Fri, Dec 4, 2009 at 12:59 AM, Edvandro Santos  
wrote:


  




Hi all,
 
I have two servers with Windows 2008 R2 installed:
 
1 - AOS/Application server, with IIS 7.0 installed;
 
2 - Database Server (SQL Server 2008).
 
I follow every steps mentioned in the manual, but when I will validate the URL 
in AX, I´ve got the error message: "The request failed with HTTP status 405: 
Method Not Allowed."
 
How can I resolved it?
 
Thanks,

-- 
Santos, Edvandro
Microsoft Dynamics Development Consultant
fale...@edvandro. com
http://www.edvandro .com
http://www.axfordum mies.com










-- 
Santos, Edvandro
Microsoft Dynamics Development Consultant
fale...@edvandro. com
http://www.edvandro .com
http://www.axfordum mies.com







-- 
Santos, Edvandro
Microsoft Dynamics Development Consultant
fale...@edvandro. com
http://www.e

Re: [Axapta-Knowledge-Village] Importing Vendor and Vendor Addresses via Excel

2009-11-24 Thread manish saxena
Hi Anitha,
To import Vendor information in related DirParty tables, first, make share the 
address and contact infomation with other companies also, for that go to Basic 
> Setup > Global address book > Parameters, make address sharable for Vendor.
Next, when you import data for Vendtable, u have to pass addrTableId and 
AddrRecId of DirPartyTable and the rec of DirPartyTable related to the 
corresponding vendor.
I prefer to import the address in Address table and then run the job which 
inserts the addrRecId in Address table related to each vendor and then update 
the address table, if u check on address table, update/insert method, it 
updates/insert the records in DirpartyAddressRelationship & 
DirPartyAddressRelationshipMapping tables.
 
Hope this helps...
Regards
Manish

--- On Tue, 24/11/09, Anitha S  wrote:


From: Anitha S 
Subject: [Axapta-Knowledge-Village] Importing Vendor and Vendor Addresses via 
Excel
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Tuesday, 24 November, 2009, 3:04 PM


  




Hi,
 
I am trying to import Vendor and their respective addresses..
 
I have included DirpartyTable, Address,Dirparty AddressRelations 
hip,DirPartyAddr essRelationshipM apping and VendTable in Excel Template.
But how could we fill in the details for DirpartyAddressRela tionship & 
DirPartyAddressRela tionshipMapping? ?
 
Is this the right way to import Address for vendor??
 
Any idea??
 
Regards,
Anitha







  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

Re: [Axapta-Knowledge-Village] Re: Number series

2009-11-22 Thread manish saxena
Hi GirigharRaj,
 
If u go to number sequence form, there is a group button, select sales id and 
click group, there u can define group, and related to each group, you can 
define different number sequence.
On sales order> setup tab, there u can define number sequence group, so 
whatever, you have choosen the number sequence group, on the basis of that, 
system will generate the sales order id.
Hope, it helps...
 
Regards
Manish

--- On Thu, 19/11/09, giridharraj  wrote:


From: giridharraj 
Subject: [Axapta-Knowledge-Village] Re: Number series
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Thursday, 19 November, 2009, 3:17 PM


  




Hi Manish,

How can we give attach two number sequences to a sales id in the same company? 

Thanks and regards,
Giridhar raj.
--- In Axapta-Knowledge- vill...@yahoogro ups.com, manish saxena  wrote:
>
> Hi Giridhar,
> You can use the functionality of Number Sequence group, create 2 number 
> sequnece group, one for Ax and one for web.
> In their corresponding number sequnec group, attach the number sequence, you 
> want, like for numbersequnece group for Ax, attach the numbersequence for Ax 
> and for web, attach number sequence of web for NumberSequence group.
>  
> When you are creating sales order, pass the appropraite numbersequence group 
> to the sales table.
> 
> 
> --- On Tue, 17/11/09, giridharraj  wrote:
> 
> 
> From: giridharraj 
> Subject: [Axapta-Knowledge- Village] Number series
> To: Axapta-Knowledge- vill...@yahoogro ups.com
> Date: Tuesday, 17 November, 2009, 11:21 AM
> 
> 
>   
> 
> 
> 
> Hi,
> 
> Do we have any option in Ax to give different number series for the sales 
> order id in a single company.For Ex: I want to give SO_X as sales order 
> id if the sales order is raised from AX client and WSO_ if the sales 
> order is raised from Web for the same company(DAT) . If there is any, please 
> let me know the process.
> 
> Thanks and Regards,
> Giridhar Raj.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
> http://in.yahoo. com/
>









  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

Re: [Axapta-Knowledge-Village] Number series

2009-11-17 Thread manish saxena
Hi Giridhar,
You can use the functionality of Number Sequence group, create 2 number 
sequnece group, one for Ax and one for web.
In their corresponding number sequnec group, attach the number sequence, you 
want, like for numbersequnece group for Ax, attach the numbersequence for Ax 
and for web, attach number sequence of web for NumberSequence group.
 
When you are creating sales order, pass the appropraite numbersequence group to 
the sales table.


--- On Tue, 17/11/09, giridharraj  wrote:


From: giridharraj 
Subject: [Axapta-Knowledge-Village] Number series
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Tuesday, 17 November, 2009, 11:21 AM


  



Hi,

Do we have any option in Ax to give different number series for the sales order 
id in a single company.For Ex: I want to give SO_X as sales order id if the 
sales order is raised from AX client and WSO_ if the sales order is raised 
from Web for the same company(DAT) . If there is any, please let me know the 
process.

Thanks and Regards,
Giridhar Raj.









  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

Re: [Axapta-Knowledge-Village] Re: Inter company does not work for Config/Size/Color?

2009-11-14 Thread manish saxena
Hi, 
On Item master, there is intercompany item, which helps you to name item, which 
may be called different in othjer companies.
For configuration, On item dimension combination of item, you can define 
intercompany item.
Hope this helps...
Manish

--- On Sat, 14/11/09, dipankar  wrote:


From: dipankar 
Subject: [Axapta-Knowledge-Village] Re: Inter company does not work for 
Config/Size/Color?
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Saturday, 14 November, 2009, 12:22 PM


  



Hi James

Yes there is no value mapping for the invetory dimission. Bcoz the description 
of the item may be differnet in nature of treatment in different compnay. In 
stander Ax there is no future in Inventory Dimenstion like Config/Size/ Color. 
Like u i am also facing similer problem

T&R
DP

--- In Axapta-Knowledge- vill...@yahoogro ups.com, "James Flavell"  wrote:
>
> Hi everyone just wanted to double double check
> 
> 
> 
> It seems Config/Size/ Color does not work with intercompany functionality can
> anyone confirm this and anyone attempted to 'fix' this?
> 
> 
> 
> Thanks
> 
> James
>









  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

Re: [Axapta-Knowledge-Village] Invoice Address asLookup

2009-10-16 Thread manish saxena

Hi ,
Just a concern about Address in Ax 2009.
Ax 2009, wont use the address fields we have in EmplTable etc, now they are 
attached with address table, which goes through DirPartyId depends if the 
address , you want to share or not.
There is a field Address type, you can use Invoice for that and define the 
address.
Use those data only which are related to that employee on the basis of 
AddrTableId and AddrRecid and address type.
Hope, it helps...
 
Manish
--- On Fri, 16/10/09, Sadonna Ayasiv  wrote:


From: Sadonna Ayasiv 
Subject: Re: [Axapta-Knowledge-Village] Invoice Address asLookup
To: Axapta-Knowledge-Village@yahoogroups.com, 
development-axa...@yahoogroups.com, "Anitha S" 
Date: Friday, 16 October, 2009, 5:25 AM


  





Hi Anitha,
 
I think the AXAPTA 4.0 uses the Chart of Accounts to predefine the invoice 
address. You can try to use it.
 
Sales order form has so many built in address fields. Try to see those 
fields when you create a transaction in the sales Order form. Then you try to 
pick the Customer, the CREATE SALES ORDER prompts in your screen, it contains 
the invoice customer (In the case that the Customer address is a different 
billing address so you try to use the address of its Other branch), the Actual 
address of the Customer(Direct Address of the Customer located in the Customer 
Master file), and the extended Address (Its located in the lower part of the 
form, you can cascade it for you to see).
 
Also the Module of HR contains the address field in the EMPLOYEE form. So if 
Employee who prepares the transaction in Sales Order has the Address defined in 
the Employee masterfile. Then you use the invoice address in the Sales Order 
Report if you like?
 
 
Just a thought. Do you think you really need to create the Invoice Address? 
When you can maximize the usage of the system.
 
 
Cheers,
 
chin_chin_ada



From: Anitha S 
To: Axapta-Knowledge- vill...@yahoogro ups.com; development- axa...@yahoogrou 
ps.com
Sent: Thursday, October 15, 2009 2:49:56
Subject: [Axapta-Knowledge- Village] Invoice Address asLookup

  


Hi,
 
I have created a new field in SalesOrder Form.
The field should list only the invoice addresses of the customer referred in 
the SO.
Any idea how toaccomplish this.. 
 
Regards,
Anitha.


Feel safer online. Upgrade to the new, safer Internet Explorer 8 optimized for 
Yahoo! to put your mind at peace. It's free.
Get IE8 here! 















  Connect more, do more and share more with Yahoo! India Mail. Learn more. 
http://in.overview.mail.yahoo.com/

Re: [Axapta-Knowledge-Village] Re: How can I pass parameter from a form to a class?

2009-09-11 Thread manish saxena
Hi Girac, if i understand correctly, in the menuitem(which is pointing to 
your class), properties > datasource, pass the table, purchtable. And on the 
main method of your class, catch that object of PurchTable(using PurchTable  
purchTable = args.record()). From that object of PurchTable, u can use the 
value of PurchId for filter.
So, from menuItem, whatever be your current record on form for PurchTable, it 
will pass that record to class.
 
I hope, it will help you..
 
Manish

--- On Fri, 11/9/09, Anitha S  wrote:


From: Anitha S 
Subject: Re: [Axapta-Knowledge-Village] Re: How can I pass parameter from a 
form to a class?
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Friday, 11 September, 2009, 10:10 AM


  




Giriac,
 
Try this.
 
In the "Active" method of the datasource, u can get the value of the current 
record.
If your requirement is fetching the value for the selected record, this will 
work.
 
Try with infolog/print in the above method to check the value of the result.
 
Hope this helps!!!
 
Regards,
Anitha
 


 
On Fri, Sep 11, 2009 at 1:00 AM, girac127  wrote:


  



Anitha,

Thank you for your reply, On my form I have a grid with the PurchID as one 
value. On this form I added a MenuAction to point my my class.

In my class I have the query "while select PurchTable where PurchTable.PurchId 
== 'PurchIDValueFromFor m'"
this create my text file as I expect. but I need to change the 
"PurchIDValueFromFor m" for each selected record that I create file from.

What is the way to accomplish this

I have tried your suggestion however it is not pulling the right data related 
to the selected record.

Regards
G 



--- In Axapta-Knowledge- vill...@yahoogro ups.com, Anitha S  wrote:
>
> I could not get the clear picture of ur query. I understood the first part
> of it.
> Try this.
> From your question , i understud PURCHID is in the datasource.
> So you can directly use it as *datasourcename. PurchID or
> FormControName. text()* and pass it as parameter to the class method.
> Else you can pass the Table as parameter.
> 
> Hope it helps!!!
> 
> Regards,
> Anitha
> 

> On Thu, Sep 10, 2009 at 6:34 AM, girac127  wrote:
> 
> >
> >
> > Hello all,
> >
> > I have created a job to query and create file. I will drag that into a
> > class.
> > Now I need to to pass a parameter from my form (the PurchTable.PurchID
> > field of the record that is selected) to the class and use that as my
> > parameter in my query.
> > How can I accomplish this?
> >
> > Best regards
> > G
> >
> > 
> >
>




















  Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew

Re: [Axapta-Knowledge-Village] Restricting Access on Lokup Filter

2009-07-21 Thread manish saxena
Hi, 
I think, your supervisor comes from some parameters form, that user can change 
the value.
So, in my opinion, you can put filter code in execute query of datasource, by 
catching the current login user, and can check its value, with the value setup 
in parameters.
I hope it helps...
 
Manish

--- On Mon, 20/7/09, Girac  wrote:


From: Girac 
Subject: [Axapta-Knowledge-Village] Restricting Access on Lokup Filter
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Monday, 20 July, 2009, 9:07 PM


  



Hello, 
I have a form that has a Employee Lookup Filter, and I would like to restrict 
access on that form and have regular employees not choose anyone else, but 
allow the supervisor access to the filter. 
What is the best way for me to accomplish this. I have tried setting a security 
key without any luck, perhaps I am not doing this correctly.

















  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com

Re: [Axapta-Knowledge-Village] (unknown)

2009-06-19 Thread manish saxena
Hi Manoj,
In 2009, you can use SysFormEnumComboBox class for that.
 
Regards
 
Manish

--- On Fri, 19/6/09, manoj manoharan  wrote:


From: manoj manoharan 
Subject: Re: [Axapta-Knowledge-Village] (unknown)
To: "development-axapta" , "groups" 
, "groups" 
, "groups" 
, 
Axapta-Knowledge-Village@yahoogroups.com, "groups" 
, "groups" , 
"groups" 
Date: Friday, 19 June, 2009, 4:03 PM













// HCL: Customization by Manoj on 1/30/2009 for "Melco"
public void lookup(FormControl _formControl, str _filterStr)
{
    Query   query  = new Query();
    QueryBuildDataSourc e    queryBuildDataSourc e;
    QueryBuildRange queryBuildRange;

    SysTableLookup sysTableLookup = SysTableLookup: :newParameters( tableNum( 
MPL_InventItemSu bGroup),  _formControl) ;
    ;

    sysTableLookup. addLookupField( fieldNum( Inventtable, Itemid));
    sysTableLookup. addLookupField( fieldNum( Inventtable, Name));

    queryBuildDataSourc e = query.addDataSource (tableNum( Inventtrans) );
    queryBuildRange = queryBuildDataSourc e.addRange( fieldNum( Inventtrans, 
Itemid));
    queryBuildRange. value(Queryvalue (Inventtrans. itemid));
    sysTableLookup. parmQuery( query);

    sysTableLookup. performFormLooku p();
}


--- On Wed, 17/6/09, Pooja .  wrote:


From: Pooja . 
Subject: [Axapta-Knowledge- Village] (unknown)
To: "development- axapta" , "groups" 
, "groups" , "groups" , "groups" , "groups" 
, "groups" , "groups" 
Date: Wednesday, 17 June, 2009, 1:43 PM






Hi Guys,
Im new to Ax,How to write the Lookup on the field with some lsit
Pooja



Love Cricket? Check out live scores, photos, video highlights and more. Click 
here.
















  ICC World Twenty20 England '09 exclusively on YAHOO! CRICKET 
http://cricket.yahoo.com

Re: [Axapta-Knowledge-Village] Get Query Ranges.

2009-06-16 Thread manish saxena
Hi Khalil,
use queryRange.value(), it will return the value in str.
I hope it helps
Manish

--- On Tue, 16/6/09, Khalil Rehman  wrote:


From: Khalil Rehman 
Subject: [Axapta-Knowledge-Village] Get Query Ranges.
To: "Knowlege Village" 
Date: Tuesday, 16 June, 2009, 5:20 PM








Dear All,
 
   how to get data from Query Range of Report Dailog Box. any body can send me 
study material or code regarding this.
 
regards.



  KHALIL UR REHMAN  





See all the ways you can stay connected to friends and family 















  ICC World Twenty20 England '09 exclusively on YAHOO! CRICKET 
http://cricket.yahoo.com

Re: [Axapta-Knowledge-Village] Error "Illegal Reference" in Sales Order.

2009-05-02 Thread manish saxena
Hi Khalil,
Generally, this error comes when Ax creates the inventTransId, that is already 
created.
So when it checks for Inventory updates in classes, it searches whether that 
inventtransId is already created and checks that new record and searched record 
for inventTransId, are similar(i.e. having the same itemId etc, I am not at my 
system so I cant tell you the exact fields to checks, but it checks 3 fields to 
ensure that new record and searched record for that inventTransId are same).
If the records are not same, it throws an error "Illegal reference".

So I suggest you to tell your technical guy to check for the created 
inventTransId, and check whether that inventTransId is already created in 
salesLine. Change the value of "next" numberSequenceTable, so that, now, Ax 
picks the value of InventTransID, that is unique in salesLine.

Hope it helps...
Manish

--- On Sat, 2/5/09, Khalil Rehman  wrote:

From: Khalil Rehman 
Subject: [Axapta-Knowledge-Village] Error "Illegal Reference" in Sales Order.
To: "Knowlege Village" , "Development 
Axapta" , 
axapta-consult...@yahoogroups.com, "AX Consultant Sumit Loya" 
, "Adeel AX Technical Consultant" 
Date: Saturday, 2 May, 2009, 8:12 PM
















  
  


Dear All,

 

   i stuck up in above mentioned Error. scenario is 

 

  we have three companies & in one Production related company last two to three 
weeks i am having problem in creation of Sales Orders. whenever i am going to 
create new sales order and adding new sales line. then its giving error message 
"Illegal Reference". also i noticed that any item i select its assuming only 
one item. and throw error "Illegal reference"

 

 See the Attached Error.




  KHALIL UR REHMAN  



See all the ways you can stay connected to friends and family

 

  




 

















  Cricket on your mind? Visit the ultimate cricket website. Enter 
http://beta.cricket.yahoo.com

Re: [Axapta-Knowledge-Village] Number Sequence changes at the end of the year.

2009-04-20 Thread manish saxena
Hi Abhay,
Yes, i agree that its tedious to set number sequence manually every yeat.
For this, when we fetch the number Sequence for the current year, first we 
check in our customised table(NumberSeqRefYear), that is there numbersequence 
for the current year, if it wont find, then we create a new numberSequence for 
the current year , taking previous year numberSequence as an template.
We are attaching year ref(like 2009) at the end of NumberSequenceCode, to 
distinguish between the numbersequence for each year.
 
Yes, to do that, you have to put some code, you can ask your technical person 
for that.
Hope, it helps...
Manish

ftech.com> wrote:


From: Abhay 
Subject: Re: [Axapta-Knowledge-Village] Number Sequence changes at the end of 
the year.
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Monday, 20 April, 2009, 10:10 AM


Thanks for the reply. But I wanted to know whether the numbersequence works 
automatically changes accodring to the dates that are selected by the user or 
we have to change manually the same every time the data is entered by the end 
user.

 I thuink you would agree that it would be difficult for the end user to change 
the number sequence every time he entere data of the past or the current year.


Regards
Abhay


-Original Message-
From: "manish saxena" 
Sent 4/17/2009 2:03:59 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] Number Sequence changes at the end of 
the year.












Hi Abhay,
We have customized the number sequence for each year for our Italian client. 
There we add a reference of numberSequence for each year in NumberSequence 
table.
If you want more information , you can ask.
Thanks
Manish

--- On Fri, 17/4/09, Abhay  wrote:


From: Abhay 
Subject: [Axapta-Knowledge- Village] Number Sequence changes at the end of the 
year.
To: development- axa...@yahoogrou ps.com
Cc: Axapta-Knowledge- vill...@yahoogro ups.com
Date: Friday, 17 April, 2009, 12:47 PM


Dear All,

Has any one worked on number sequence changes at the end of the year.  As you 
all are aware the number sequence has to be changed at the end of the year. 
Also there will be some entries which have to be passed before and during Audit 
hence the end user has to use both the number sequences.

Is there any procedure where we can use the date wise number sequences, where 
both the number sequences run according to the dates entered by the user.


Regards
Abhay

THIS E-MAIL IS CONFIDENTIAL and intended solely for the use of the individual 
to whom it is addressed. 


Add more friends to your messenger and enjoy! Invite them now. 
 













THIS E-MAIL IS CONFIDENTIAL and intended solely for the use of the individual 
to whom it is addressed. 


  Now surf faster and smarter ! Check out the new Firefox 3 - Yahoo! 
Edition http://downloads.yahoo.com/in/firefox/

Re: [Axapta-Knowledge-Village] Number Sequence changes at the end of the year.

2009-04-17 Thread manish saxena
Hi Abhay,
We have customized the number sequence for each year for our Italian client. 
There we add a reference of numberSequence for each year in NumberSequence 
table.
If you want more information , you can ask.
Thanks
Manish

--- On Fri, 17/4/09, Abhay  wrote:


From: Abhay 
Subject: [Axapta-Knowledge-Village] Number Sequence changes at the end of the 
year.
To: development-axa...@yahoogroups.com
Cc: Axapta-Knowledge-Village@yahoogroups.com
Date: Friday, 17 April, 2009, 12:47 PM


Dear All,

Has any one worked on number sequence changes at the end of the year.  As you 
all are aware the number sequence has to be changed at the end of the year. 
Also there will be some entries which have to be passed before and during Audit 
hence the end user has to use both the number sequences.

Is there any procedure where we can use the date wise number sequences, where 
both the number sequences run according to the dates entered by the user.


Regards
Abhay

THIS E-MAIL IS CONFIDENTIAL and intended solely for the use of the individual 
to whom it is addressed. 


  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Re: [Axapta-Knowledge-Village] Error while creting employee in Employee master

2009-04-15 Thread manish saxena
Hi Sudeep,
There is a field Person, which is related to HRMVirtualNetworkId, which is a 
numberSequence for Employee, Contact Person and Applicant.
In VirtualNetworkTable, these three types are maintained on the basis of an 
enum.
So, when you create any record of these three types, Ax creates a 
virtaulNetworkId also regarding this record.
I hope you follow the same process as create a record in Global Address book 
and from setup button create  an employee attached to this record,
When you create a new employee, in insert method of table, it inserts a related 
record in HRMVirtualNetworkTable, if already not exists.
Check for the number sequence , you are using for Person in HRM module. Check 
whether it is manual.
May be it helps...
Manish 
--- On Wed, 15/4/09, sudeep s gopalkrishnan  wrote:


From: sudeep s gopalkrishnan 
Subject: [Axapta-Knowledge-Village] Error while creting employee in Employee 
master
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Wednesday, 15 April, 2009, 4:36 PM










I am unable to create an employee in employee master. When i click on Save i am 
getting the following error:
 
" Field person must be filled in"
" Transactions cannot be created in network table"
 
These are due to Global address book, but  am unable to find asolution... 
 
Any one can help me in this regard.
 
 

Warm Regards
Sudeep.G 















  Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Re: [Axapta-Knowledge-Village] Need Help

2008-08-26 Thread manish saxena
Hi,
you can do that either by property or by code.
Their is property on control "visible". Use that to hide or unhide the control.
Or by code autodeclare(property) the control, and use that control in code to 
hide or unhide. Like .visible().
i hope it helps...
Manish

--- On Wed, 27/8/08, Sanam Khan <[EMAIL PROTECTED]> wrote:

From: Sanam Khan <[EMAIL PROTECTED]>
Subject: [Axapta-Knowledge-Village] Need Help
To: Axapta-Knowledge-Village@yahoogroups.com
Cc: [EMAIL PROTECTED]
Date: Wednesday, 27 August, 2008, 11:12 AM








Dear All
I need help regarding hiding the fields on the forms so that users cant see 
them. How can I do it by using the hide option or by going to the setup or is 
there any other way to do so..
 
Any help would be highly appreciated
 
 
Regards,
Sanam khan
  














  Be the first one to try the new Messenger 9 Beta! Go to 
http://in.messenger.yahoo.com/win/

Re: [Axapta-Knowledge-Village] MS word features in AXapta

2008-08-10 Thread manish saxena
Hi Sir,
Yes, we can put features like bold, underline or Italics in Axapta fields.
But we have to put these options on Form control level.
Form control > properties > there are features like Bold, Italic, Underline, 
you can use them.
I hope, it will help u...
Manish

--- On Wed, 6/8/08, satya.kejriwal <[EMAIL PROTECTED]> wrote:
From: satya.kejriwal <[EMAIL PROTECTED]>
Subject: [Axapta-Knowledge-Village] MS word features in AXapta
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Wednesday, 6 August, 2008, 7:23 PM











Can we have MS word basic feature like Bold, Italics or underlining 
in

Axapta fields?



It is required in some of the memo fields of the forms in our

functionality.



Please give suggestion if any.




  




 

















  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: the mysterious number sequences

2008-08-10 Thread manish saxena
Hi Jay,
In HR module, there is a numberSequence for HRMVirtualNetwork by which on basis 
of enum, we differentiate Employee, contact person, and applicant.
Besides setting number sequence code for employee, set for HRMVirtualNetwork 
also.
I hope, it helps...
Manish

--- On Mon, 11/8/08, slees32 <[EMAIL PROTECTED]> wrote:
From: slees32 <[EMAIL PROTECTED]>
Subject: [Axapta-Knowledge-Village] Re: the mysterious number sequences
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Monday, 11 August, 2008, 8:19 AM











Are you just asking how to setup Axapta number sequences as you need

to do in each module when you first start using it?



If so, for each module go to the Setup tab.

Select Parameters.

Go to the Number Sequence tab.

For each number sequence you need (some are mandatory and some are

optional) right click on the number sequence code field and select go

to main table.

This takes you to the number sequences form where you set up these

details for each sequence.

I can email you a screen dump of the inventory management one.

I am using Axapta 3 - so things may be different for later versions.

Allow plenty of time because there are lots of them to do.

If this is what you need let me know and I may be able to dig up and

post a help document.



Regards - Steve



--- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, "Jay Dearien"

<[EMAIL PROTECTED]> wrote:

>

> It's mentioned here again:

> 

> http://www.mail- archive.com/ axapta-knowledge -

> [EMAIL PROTECTED] .com/msg01678.html

> 

> ...but I'm trying to initialize my data base and create some things 

> like employees and projects, but when I do I get a message along the 

> lines of "number sequence for network is not initialized when creating 

> employee".  I can't find any documentation anywhere that discusses this 

> adequately or, really, at all.

> 

> Anybody know some good places to read about this?  An overview 

> discussion of how these numeric sequences and such are set up in Axapta 

> would be most welcome, too.

> 

> Thanks!

> 

>  -- Jay

>




  




 

















  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] How to overlap multiple sections or body and multiple sections?

2008-07-07 Thread manish saxena
Hi Dhiraj,
Please tell me that do you want to show few more columns in body by code ?
Can you make it a lil more clear.

--- On Sat, 5/7/08, dhiraj karmalkar <[EMAIL PROTECTED]> wrote:

From: dhiraj karmalkar <[EMAIL PROTECTED]>
Subject: Re: [Axapta-Knowledge-Village] How to overlap multiple sections or 
body and multiple sections?
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Saturday, 5 July, 2008, 9:09 PM







HI Manish,
    I can understand what you want to say. But I think you are not getting my 
point.

    I will call Programmable section in execute section of body. But I want to 
overlap the sections while printing the report.


 Warm Regards,
Dhiraj Karmalkar




- Original Message 
From: manish saxena 
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
Sent: Friday, 4 July, 2008 10:55:07 AM
Subject: Re: [Axapta-Knowledge- Village] How to overlap multiple sections or 
body and multiple sections?








Hi Dhiraj,
its nice to see u.
For that, acc. to condition, in execute section of body, you can call your 
programmable section.
Hope, it help you
Bye
Manish

--- On Wed, 2/7/08, dhiraj.karmalkar  wrote:

From: dhiraj.karmalkar 
Subject: [Axapta-Knowledge- Village] How to overlap multiple sections or body 
and multiple sections?
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
Date: Wednesday, 2 July, 2008, 12:47 PM




Hi all,
I am creating one report where in we need to call new programmable
sections from body section which needs to be overlapped over body section.

Thanks and Regards,
Dhiraj Karmalkar
9819978782 




Bring your gang together. Do your thing. Find your favourite Yahoo! Group.



>From Chandigarh to Chennai - find friends all over India. Click here.  














  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] How to overlap multiple sections or body and multiple sections?

2008-07-05 Thread manish saxena
Hi Dhiraj,
its nice to see u.
For that, acc. to condition, in execute section of body, you can call your 
programmable section.
Hope, it help you
Bye
Manish

--- On Wed, 2/7/08, dhiraj.karmalkar <[EMAIL PROTECTED]> wrote:

From: dhiraj.karmalkar <[EMAIL PROTECTED]>
Subject: [Axapta-Knowledge-Village] How to overlap multiple sections or body 
and multiple sections?
To: Axapta-Knowledge-Village@yahoogroups.com
Date: Wednesday, 2 July, 2008, 12:47 PM






Hi all,
I am creating one report where in we need to call new programmable
sections from body section which needs to be overlapped over body section.

Thanks and Regards,
Dhiraj Karmalkar
9819978782 

 














  Did you know? You can CHAT without downloading messenger. Go to 
http://in.messenger.yahoo.com/webmessengerpromo.php/