[development-axapta] OLAP cubes for cost of sales

2005-04-14 Thread James Flavell
Hi everyone, Has anyone done any OLAP cubes for cost of sales analysis/reports? I am considering doing this for a customer and am just wondering if there is any potential dangers/risks? >From what I can see there is an 'OLAPCostValue' on the custinvoicelines table. Can I use this field

Re: [development-axapta] Visual Source Safe + Axapta Projects

2005-04-14 Thread Max Belugin
Hello Brandon George, , 13 2005 ., you wrote: BG I know I am full of questions today! Anyway, has anyone ever used Axapta BG Projects / Code with Visual Source Safe. We use VSS for all of our ASP.Net / BG C# projects, and we would love to be able to continue to use VSS for version BG control

Re: [development-axapta] Runon - client/server - confused

2005-04-14 Thread Rajesh
Mr.Padmaja, I reuired little bit more details that , is there any relation between both the classes, and what? ragards Rajesh - Original Message - From: Padmaja Iyingar [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Cc: development-axapta@yahoogroups.com Sent:

[development-axapta] APAR aging by currency

2005-04-14 Thread James Flavell
Hi all, Has anyone created the AR and AP aging reports in original transaction currencies? I have a requirement for this but am not sure how long it might take to do or whether there is any risks (i.e. why is such reports not already in std Axapta?) Thanks James [Non-text portions

RE: [development-axapta] Rename dimensions [further info]

2005-04-14 Thread Harry (Harshawardhan Deshpande
hi It seems to be working for EDTs that do not have more than one member in the array. Unfortunately Dimension has more than one member. does not help you I guess regards harry Jens Strandberg [EMAIL PROTECTED] wrote: Harry, I added the field Valid to Dimensions using the EDT

RE: [development-axapta] Visual Source Safe + Axapta Projects

2005-04-14 Thread Matt Benic
Hi Brandon, The closest we have been able to get to that is exporting entire projects and adding those to source control (the XPO files are just plain text), but that obviously does not preserve the state of all other objects. Source control in Axapta dev is actually sorely lacking, and your

[development-axapta] Which one is used for what?

2005-04-14 Thread Padmaja Iyingar
Hi, what are the purposes of these classes. There are no proper documentaions on this. webApplication webSession webSite ECPApplication Application what is the differences between webApplication / webSession / webSite ? Appreciate help. -padma -

[development-axapta] PL : Where to document a newly created Report

2005-04-14 Thread Padmaja Iyingar
Hi, I have created a new report for PL which uses multidimensional criteria for some of the accounts by cost center. We keep changing the backend account numbers. I am trying to find where to document the used account numbers by dimensions ( by CC ). How or where can I document for the

RE: [development-axapta] Visual Source Safe + Axapta Projects

2005-04-14 Thread Koen Govaers
http://home.comcast.net/~axaptacoder/ddpVault/ddp_vault.htm -Original Message- From: Brandon George [mailto:[EMAIL PROTECTED] Sent: woensdag 13 april 2005 20:38 To: development-axapta@yahoogroups.com Subject: [development-axapta] Visual Source Safe + Axapta Projects Hello All,

[development-axapta] Untouchable table - Urgent

2005-04-14 Thread larsj_73
Hi all, I have a strange problem. Axapta craches when ever I try to do something with the table Country. I can't even right click on the table in the AOT. I've tried to syncronize and correct, I've deleted the contents in the table, I've tried to import it from another application, but

RE: [development-axapta] Rename dimensions [further info]

2005-04-14 Thread William S. Jacobsen
Hi I have made the code for renaming and merging Dimensions (ver 3.0) for a customer. It does not require much changes, but it is brain-surgery, so you should be sure to do it all correct. I do not have the time now to find at send it, but if you want i will find it for you! Best

RE: [development-axapta] Untouchable table - Urgent

2005-04-14 Thread Malcolm Burtt
Hi It sounds like you have a corruption somewhere. You could try deleting the Axapta index file (axapd.aoi) from your Appl subdirectory so that Axapta rebuilds it when you restart Axapta. If that doesn't work you will probably have to delete any changes you've made to that object in your

[development-axapta] Pb with grid

2005-04-14 Thread vlemeunier2
Hi, I have a datasource (it's a view) with a lot of records. I would like to display in a grid the informations coming from this datasource. BUT I DON'T WANT TO SHOW ALL THE DATA. In my datasource there are the accountName, the name of the client and some informations about all the

RE: [development-axapta] Rename dimensions [further info]

2005-04-14 Thread Jens Strandberg
OK, Harry; thanks for your input anyway... :-) /Jens -Oprindelig meddelelse- Fra: Harry (Harshawardhan Deshpande [mailto:[EMAIL PROTECTED] Sendt: 14. april 2005 03:32 Til: development-axapta@yahoogroups.com Emne: RE: [development-axapta] Rename dimensions [further info] hi

RE: [development-axapta] Rename dimensions [further info]

2005-04-14 Thread Jens Strandberg
Hi William, Thanks for your offer; that would be nice to see how it is done. I am looking forward to hearing from you. /Jens -Oprindelig meddelelse- Fra: William S. Jacobsen [mailto:[EMAIL PROTECTED] Sendt: 14. april 2005 10:07 Til: development-axapta@yahoogroups.com Emne: RE:

RE: [development-axapta] OLAP cubes for cost of sales

2005-04-14 Thread Michael Niemeyer
Hi, in OLAPCostValue Axapta calc the actual CostValue every time you update 'custinvoiceTrans' in the cube (s. \Classes\OLAPCreateAmount\fieldMethodName). Michael From: James Flavell [EMAIL PROTECTED] Reply-To: development-axapta@yahoogroups.com To: development-axapta@yahoogroups.com

RE: [development-axapta] OLAP cubes for cost of sales

2005-04-14 Thread James Flavell
Thanks Michael, I looked at the configuration key and realised that the field my customer wont get any way because it requires 'Business analysis' license but I am still interested to know the class you mention is being triggered during cube generating is it? Thanks James -Original

[development-axapta] Good step to create a project..

2005-04-14 Thread Ahmad Imron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If we have a project to build form from OTA, what should we build first? Would somebody explain a better step to build a project ? ex.. 1. Create extended data type 2. Create table 3. Create from..etc.. ~~~ Ahmad Imron Registered Linux

[development-axapta] Export Infolog informations

2005-04-14 Thread wm_ag_1
Hello Everybody, my problem ist, that i must save all Infolog Informations that you see in the Infolog-Browser, bevor I shut down the active Axapta Session. I dont know how. Pleas help me. Thanks Yahoo! Groups Links To visit your group on the web, go

[development-axapta] Re: Print Options tab in report query

2005-04-14 Thread jim_missirlis
Hello, I could not find the answer to this. I am new to writing reports in Axapta. When I create a general design, this print option tab is not displayed. How can I display it? I need to print the range selected on the reports. Thanks, --- In development-axapta@yahoogroups.com, Cenk

RE: [development-axapta] Re: Print Options tab in report query

2005-04-14 Thread Elías Manchón López
on the method fetch: element.prompt() - printer's options qureryRun.prompt() - range's options Elías Manchón López Dpto. de Sistemas Gaviota Simbac S.L. Tlf.: 965474200 Fax: 965475680 -Mensaje original- De: jim_missirlis [mailto:[EMAIL PROTECTED] Enviado el: jueves, 14 de

[development-axapta] Upgrade 2.5 mp to 3.3 class name print job settings

2005-04-14 Thread Myrl Stadnick
I get alot of this errors happening in this class including the PDF classes and other RunBaseReport classes. Error executing code: PrintJobSettings object not initialized. Stack trace: \Classes\PrintJobSettings\printerRunOn \Classes\RunBaseDialogModify\initPrinterSettings - line 18