RE: [development-axapta] Copy Item to another company/dataarea

2010-04-22 Thread Ruel Ormita
Hi, There are two methods. 1. Export it using Administration Periodic Export Need to setup the definition group. Then select the corresponding tables you want to export. 2. Create a job using the changecompany() function. Regards From:

RE: [development-axapta] Unable to move form fields around

2010-04-22 Thread Ruel Ormita
Hi, Maybe this field is with a group. Try dragging a field in the data source and put it in the design. From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of shamika Sent: Tuesday, April 20, 2010 11:28 PM To: development-axapta@yahoogroups.com

RE: [development-axapta] Re: Using Display methods...

2010-04-08 Thread Ruel Ormita
Hi Khan, If you are using wrong types of return, AX will automatically give you an error msg. It's okay to use the primitive data types but the best practice is use the EDT. No need to query Purchline. In VendPackingslipTrans there is a method named purchine. You can already get the purchprice

RE: [development-axapta] Fw: [Axapta-Knowledge-Village] Display methods...

2010-04-07 Thread Ruel Ormita
Hello, It will be much easier to use this. In the VendPackingSlipTrans theres is a method purchline. It will not be accurate if your condition is just itemid. Need to know the InventTransId. Display real ItmPrice() { ; Return this.purchline().PurchPrice; } The data will not show

RE: [development-axapta] Security Key

2010-03-15 Thread Ruel Ormita
Hello, Don’t need the profiler. Just check the user account inside ax then check what is his permission. Ruel From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Hemant Kumthekar Sent: Friday, March 12, 2010 10:31 PM To:

RE: [development-axapta] Customization Problem

2010-03-04 Thread Ruel Ormita
Hi, Actually Ax have 2 inventdimid in transfer. InventdimId and InventdimIdto. Try to read the code of InventJourtransfer form. You will see how the InventDimId is supplied. Regards From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Åßü

RE: [development-axapta] Re: Query extended range failure, linking InventTrans and InventDim

2010-03-04 Thread Ruel Ormita
Hi, Try using View. Create a view for your lookup form. Don't need to trouble yourself. Then you just need to filter it out in you form. Regards From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of pkpeterson652 Sent: Tuesday, March 02, 2010

RE: [development-axapta] Can we have Serial Number in Packing Slip?

2010-03-04 Thread Ruel Ormita
Hi, Try to do marking then after that put the total qty in the received now field. The when you are posting select in the posting combo box received now. Problem solve. Regards From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of

RE: [development-axapta] How to Enter group of field data in One Text field.

2009-12-17 Thread Ruel Ormita
Khalil UR Rehman, Try to put a code in the modified method of the said field and concatenate all. Example: public void modifiedField(fieldId _fieldId) { super(_fieldId); switch (fieldExt2Id(_fieldId)) { case fieldnum(InventTable, ItemId):

RE: [development-axapta] Dynamics Connection Error

2009-06-03 Thread Ruel Ormita
Hello, Try to join the client in a workgroup then join it again in the domain. Sometimes client tend to loose the connection to the domain -Original Message- From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of suneel babu Sent: Saturday, 30

RE: [development-axapta] SetCurrent method on Axapta

2009-06-02 Thread Ruel Ormita
Hello, inventDim.data(InventDim::find(inventQuarantineOrder.InventDimId)); // replace the data with the new search data inventDim_ds.setCurrent(); // makes it current _ From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of pranam

RE: [development-axapta] Error whle running Sales tax payment

2009-04-15 Thread Ruel Ormita
Abhay, That error message actually occur when you're doing the update command in table. Maybe your select forupdate haven't returned any record. Ex. Select forupdate table If (table) - add this validation to know if your select statement have record Table.update()

RE: [development-axapta] Where is comming from this transaction?

2009-04-15 Thread Ruel Ormita
Hello, You can use the inventrans also. Try looking for the voucher. _ From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of jquinteroz Sent: Wednesday, 08 April, 2009 11:26 PM To: development-axapta@yahoogroups.com Subject:

Re: [development-axapta] lookup method 4.0

2007-08-11 Thread Ruel Ormita
I think this one will work. try to override the lookup. public void lookup(FormControl _formControl, str _filterStr) { SysTableLookup sysTableLookup = SysTableLookup::newParameters(tablenum(tablename),_FormControl); Query query = new Query(); ;

[development-axapta] Resource File

2007-06-08 Thread Ruel Ormita
I need to get a image resource file. how can i retrieve it. thanks Yahoo! Singapore Answers Real people. Real questions. Real answers. Share what you know at http://answers.yahoo.com.sg