Yes, with dictfield you can do so. Or
with the function fieldpname(table, field).
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
"nabilwilson"
<[EMAIL PROTECTED]>
Enviado por: Axapta-Knowledge-Village@yahoogroups.com
18
Try this!! (you put a wrong parameter!!) // CODE EXAMPLEstatic void Job1(Args _args){ dictTable dt; int numberOfFields; int fieldId; int i; str table; ; table = 'inventtable'; dt = new dictTable(tablename2id(table)); numberOfFields = dt.fieldCn
Take a look over the EDT Transdate.
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
"shelschake"
<[EMAIL PROTECTED]>
Enviado por: Axapta-Knowledge-Village@yahoogroups.com
12/05/2005 17:04
Por favor, responda a
Axapta-K
A debug don't walk you until the point
of applicattion that assigns the 'Axapta Report' text?
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
Amit Jain <[EMAIL PROTECTED]>
Enviado por: Axapta-Knowledge-Village@yahoogroups
Just add some optional parameter to the method that puts the body text... and put that parameter backwards in the method calls chain. This appears to be the easiest way... But, I suggest then to compile all classes in order to avoid surprises.Raúl Llorente Peña Análisis, Desarrollo e Implementac
Well, take a look on the Query & Query Run datasources properties generated by the form datasources. It's a bit complex to explain, but it can help much to you. Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge
Tried x_ds.research() or x_ds.ExecuteQuery()? Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-
Securely the most of increasing have
been on Log file. Backup the BBDD, detach it, delete log file, and then
reatach the data file. SQL will create a new, empty, very much smaller
log file.
SQL have provided some shrink options,
but they are often few effective.
Raúl Llorente Peña
Análisis,
Good questions I'd like to know
that, too.
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
"hwimmer" <[EMAIL PROTECTED]>
Enviado por: Axapta-Knowledge-Village@yahoogroups.com
21/04/2005 11:35
Por favor, responda a
Do you mean to change this data in the
header of the report??
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
"yifath1" <[EMAIL PROTECTED]>
Enviado por: Axapta-Knowledge-Village@yahoogroups.com
21/04/2005 11:20
Por fav
Can you see the same data in forms both
in 2tier as 3 tier?? (Customers, customer transactions, etc...)
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
"jesse" <[EMAIL PROTECTED]>
Enviado por: Axapta-Knowledge-Village@yah
Curious, indeed!!
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
"Brandon George"
<[EMAIL PROTECTED]>
Enviado por: Axapta-Knowledge-Village@yahoogroups.com
20/04/2005 21:53
Por favor, responda a
Axapta-Knowledge-Vil
It's very probable the problem is the Excel version of the computer where you're runnning the wizard. Try in other PC's with different Excel version.You can also just debug the process to catch the sentence that throws the error, it can help to determine where's the problem. Raúl Llorente Peña
Just drag an menu item into the menu tree you want, or do so with a menu... Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS[EMAIL PROTECTED] escribió: -Para: De: "Craig Fidler" <[EMAIL PROTECTED]>Enviado por: Axapta-Knowledge-Vi
3.0 SP1??? Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS[EMAIL PROTECTED] escribió: -Para: De: "Brandon George" <[EMAIL PROTECTED]>Enviado por: Axapta-Knowledge-Village@yahoogroups.comFecha: 20/04/2005 15:49Asunto: [Axapta-Kno
Thanks for confirming it, guy ;-)
Thanks very much for your attention,
Varden!!
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
Varden Morris <[EMAIL PROTECTED]>
Enviado por: Axapta-Knowledge-Village@yahoogroups.com
15/04
Hello All!
My Name is Brandon - I am a Software
Engineer from Georgia, U.S. I was invited by someone to join this group.
Our company is implementing Axapta right now, and I am part of the Development
/ Support / Admin team for it. This is my first exposure to axapta, but
I have been developi
Hey, do you mean GetTickCount() returns
the time elapsed SINCE the startup of system, INSTEAD of the time of actual
day??
That really sounds more logical, as
Timenow() and WinAPI::GetTickCount() return values apparently not relationed.
Raúl Llorente Peña
Análisis, Desarrollo e Implementació
In 2.5, sentences blocks try/catch aren't managed by Axapta when session is a COM one. Let's see this example code (doesn't matter wherever you put it to be executed); TableErrors tableErrors; //A new table created, with only a string field called error.try{ throw error('Error!!');}catch (Ex
I had just examined that functions. It doesn't do exactly what you say but for my purposes it's enough. Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Lars Holm" <[EMAIL PROTECTED]> escribió: -Para: De: "Lars Holm" <[EMAIL
I need to know the exact time of system. Timenow() gives a integer, but the precision range is in the order of seconds. I would need to get the time, in a more precise precision, in the order of milliseconds. TimeOfDay datatype is the number of seconds of the actual day... let's say 125, this i
HI, Jesper!! Thank for responsing so fast!! "GetSystemTime or GetLocalTime in the WinAPI class..."Those methods aren't in the winApi... what do you mean exactly with "you need to implement GetSystemTime or GetLocalTime in the WinAPI class. The GetSystemTime function retrieves the current system
I need to know the exact time of system. Timenow() gives a integer, but the precision range is in the order of seconds. I would need to get the time, in a more precise precision, in the order of milliseconds. TimeOfDay datatype is the number of seconds of the actual day... let's say 125, this
perhaps in the user's guide of Axapta.Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"willem_baelde" <[EMAIL PROTECTED]> escribió: -Para: Axapta-Knowledge-Village@yahoogroups.comDe: "willem_baelde" <[EMAIL PROTECTED]>Fecha:
OK, now I understood you meant.
I f you're using the same country and
localization layers (dis, dip), this is, exactly same applicattion and
function keys, but only data is different, then it's nearly sure it must
be some parameter configuration, or the transactions were posted in some
differe
Check PartnerSource, there you can get
the Official hardware sizing guides.
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
"ramyakrishnan_1023"
<[EMAIL PROTECTED]>
13/04/2005 08:43
Por favor, responda a
Axapta-Knowled
Please, reexplain yourself, I didn't
understood you very well.
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.
Select first 'Axapta', then 'Documentation',
'Blank Papers', there's most of available articles and documentation, Or
something similar, as I remember. But don't expect too much.
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
You can change the PackingSlipId in the manner you like (from Axapta changing the table properties so you can edit the field in the table viewer; with jobs; directly with SQL...). The 'how' is not so important as 'what'. The real core is to know all tables and fields involved so you can mainta
Hello to All.
My company has implemented Axapta Financials in some
countries.
The main server is located in Miami and the local
office in each country access Axapta
using Citrix (a kind of remote desktop).
We want to put a local axapta installation in each
country. If we do that, is there a
Use the code: [name of datasource to
update]_DS.research()
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yaho
We have license up to 25 COM users.
First, the Java application did logon
and then logout, but we had problem of COM Users not being correctly disconnected
from Axapta, and the system would quickly show the message of limit of
COM Users licenses exceeded.
So, now we make a pool of 10 connecti
Hi, Barry!!
I'd like to do so, but the code is embedded
in an huge Java program. I asked the Java programmers to give me the part
where we made the test, and it's huge, however. Basically, it opens several
COM sessions, and open a test table, and inserts 100 records in it. There's
a start&sinc
Yes, that solves the problem or duplicated RecId's inserted in several tables, but doesn't solve the insert-error issue... Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Preston A. Larimer" <[EMAIL PROTECTED]> escribió: -
Yeah, the usr.aoi and usr.aod will always exists; If usr.aod is only 8Kb sized, it means it's empty, so don't worry about that. An issue: After deleting usr.aod, I would suggest to delete the axapd.aoi (index of objects), also. Sometimes it has happened to me that the var and deleted usr objec
Preston, the problem isn't that records are inserted with same RecId, but Axapta doesn't allow to do so!! If I deactivated the system-hidden indexes of many tables, Axapta would allow it... until next sinchronization!! And remember, there are several tables based on refRecId field and similar,
We've tested this point until exhaustment. The problem doesn't come when selecting or updating records. The problem comes when we insert records concurrently from COM in ANY table. We made the test of inserting records in a test table that had not indexes. Axapta created an hidden index that i
Well, when I deactivate indexes the error still appears. Axapta defines for all tables an 'hidden' index, that includes recid and dataareaid. Note that error doesn't appear in determinate tables, but in apparently alleatory ones... (they're standard). Raúl Llorente Peña Análisis, Desarrollo e
Writting to disk and bearing data into DDBB takes at least 10 times more time than into RAM... Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Sponsor
ADVERTISEMENT
I've got a problem. Several users via COM, using same COM session, sometimes invokes the error (Cannot insert a record in table X. The record already exists). X may be an apparently alleatory table. And I need to track so. Tool of log of database doesn't fit this...Raúl Llorente Peña Análisis
Of course, I DO really appreciate your attempts to help!! The fact, is I need to know EXACTLY what recId will be the next to be used. PS: the approach of inserting a "dummy" record in a "table" so its recid+1 will be the next one won't work (RECID's aren't neccessary linear and single directio
Well, do as you say... despite wichever method you use to read the SystemSequences Table, it will nearly always say you the record you will use!!! This is what I wanted to say. Debuggin, the only reference to global values are GlobalCache, but apparently there's no object like the table I will
Sorry David, but your appointment is invalid. When a user log into Axapta, the Kernel takes 25 recids into cache, and adds 25 to next value. Try yourself as below (create a table called T with a single string field called A): static void Job4(Args _args){ SystemSequences SS; T
I'd like to know if it's possible (and how) to get the open tables in Axapta. The exact case is as follows: Many COM users are connected. Message "Cannot insert in table X. The record already exists" appears often. I've checked, the index of some of those tables, but are apparently OK. I want
Use an edit method on the datasource
of the temporary table of the form..
Raúl Llorente Peña
Análisis, Desarrollo e Implementación en
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To visit your group on the web, go to:ht
Girish, I agree you. At last but not least, is the customer who pays for the maintenance... more hard, more money... (usually ;-P) Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Gr
Don't worry about that. RecId have reached the maximum positive Int, so it begins now from the maximum negative Int.Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To
The problem of prefixes comes when you want to copy funcionality from a customer to other, and have a maintenance plan on them...customer 1: Pelbet Prefix: PLB_customer 2: Ibmosher Prefix: IBM_ Object: PLB_Class1, PLB_CustReport, etc...Export them, import in Ibmosher... objects called IMB_
This happened to me in a Customer's environment... I spent a week until I found what caused that error...A programmer had created a EDT called 'Target', and a Base Enum called 'Type'... no comment. Resetting DDBB, recompiling Application once and once again, and... etc. When compiling applicat
1.To create vertical lines: In the borders, I'd advide to use lineleft and lineright properties of the pertinent section; To insert in middle of document, the best is to use a Shape control, defined as vertical line.2.Yeah, in every header section, set on the lineleft and lineright properties;
Yeah, or try it with Restorator2004, it works fine.Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Steeve Gilbert" <[EMAIL PROTECTED]> escribió: -Para: De: "Steeve Gilbert" <[EMAIL PROTECTED]>Fecha: 04/02/2005 14:23Asunto:
Urgh, a job can't be extended over a batch class; You should instead create a class that extends a 'batchable' class, and call that (p.e.) job via menufunction... or rather better, create a batch class that make the job's dirty job... Raúl Llorente Peña Análisis, Desarrollo e Implementación en
How do you want to evaluate the number of Axapta implementations in the WORLD thousands... In the India... I'm not native in there. The greater implementation in number of user we have are about 150 concurrent users via presential, and 150 via COM (from other applications -interface- or In
^_^ Ha, some (not so much) lont time ago, there was a new software called 'Damgaard Axapta 2.1', and I began to get in it because I 'wanted to learn something new'... (And I worked in 2.0, too!!)... Ah, rememberings... Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussi
Take a look over WinApi, perhaps there's something like minimizeWindow. The code will have to be put in CloseOK(), that's sure... Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Myrl Stadnick" <[EMAIL PROTECTED]> escribió: ---
I don't see the problem you tell... To add a control, use element.design().sectionName('yoursectionname').addcontrol method. Assign it to a global variable type repor[controlreportype]control, so in a future you can change its properties at your wish.Raúl Llorente Peña Análisis, Desarrollo e I
Theorically not; but you must note that the layer files are greater, so managing them takes more memory in the client(2-tier) or server(3-tier). And, is yet more noticeably harder to the applicattion admin/programmer to manage those objects (time and error costs). So, try to have objects in fe
All we were telling it to you... Not at all. ;-)Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Danny Gaethofs" <[EMAIL PROTECTED]> escribió: -Para: Axapta-Knowledge-Village@yahoogroups.comDe: "Danny Gaethofs" <[EMAIL PROT
Or take a look over the DictTable class, and then DictField class, and so on... Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To visit your group on the web, go to:h
You will have to pass the record as parameter to report; In the report you will have to program code that catches this record, and then modify the QueryRange of the Range you want, before executing the query. You will have a little work doing this... Raúl Llorente Peña Análisis, Desarrollo e I
If you have a SalesTable record, and a SalesLine with same SalesId, but SalesLine doesn't appear, search in InventDim or other tables joined to SalesLine in the SalesTable Form Datasources. Some record of those tables must have been badly initialized (or didnt created at all). Raúl Llorente P
Xrecord may help you, I guess? Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Take a guess" <[EMAIL PROTECTED]> escribió: -Para: Axapta-Knowledge-Village@yahoogroups.comDe: "Take a guess" <[EMAIL PROTECTED]>Fecha: 18/01/2
I agree Barry Bayliss. Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-"Bayliss, Barry" <[EMAIL PROTECTED]> escribió: -Para: De: "Bayliss, Barry" <[EMAIL PROTECTED]>Fecha: 18/01/2005 08:09Asunto: RE: [Axapta-Knowledge-Villa
Have a look over the dictTable class: dictTable dt; int numberOfFields; int fieldId; int i; ; dt = new dictTable(tableNum(CustTable)); //name of table info(dt.name()); numberOfFields = dt.fieldCnt(); info(int2str(numberOfFields)); for (i
The easiest way to get numbersequences is the class NumberSequenceFast (or similarlly named). Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To visit your group on t
Do you mean to create the proper RECID of a table to insert an Axapta record from outer application, or to create a record via COM connector in Axapta using a number from some numsequence??Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLU
In three tier memory is not so important. Check where forms are executed (client/server) and the data table caching. Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To
At least SalesTable, SalesLine, SalesParmTable, SalesParmLine, InventDim, InventSum, InventTableLocation, LedgerTrans, CustTrans, CustTransOpen, etc are usually involved. You can follow SQL tracings (User Options in Tools option), or use a tool that traces changes/accesses to tables you mark t
Just type 'Xmm' in the proper property, where X is a integer. (Don't write the dots). Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-Alfonso Collados Arroyo <[EMAIL PROTECTED]> escribió: -Para: "Axapta-Knowledge-Village (A
Or do so via SQL Administration in Axapta; Or/and look for duplicated records in the table; If table browser doesn't show nothing strange, do it via SQL directly.Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS-Varden Morris <[E
This one is easy: Usually will be SalesFormLetter_Invoice or SalesFormLetter_PickingList (or Purch...). Be Careful when initializing parameters... Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Have you heard about changeCompany(companyId){ //the sentences of this block will be executed with the company companyId data.}?? Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! G
Haw!! Do you really think you can't print two sections on same paper section??A section is always printed one under the previous one... unless you modify the "pen position" with GotoY100mm!! Try it, you will receive a nice surprise. But, as you say, to create the controls dinamically with addc
Two questions: Can anyone tell me where can I find documentation about configuration parameters of the Axapta COM+ Connector?? In a customer we have, it goes pretty, but in a random time elapse (from minutes to days), it gives several types of errors. This component is being used all the time.
Urgh... Let's suppose you've put the application ApplA (that were running against DDBBA) against BBDDB (That was the database of ApplB). When sichronizing: - Tables in BBDDA that didn't exist in ApplB-BBDDB will be created.- Tables in BBDDB that don't exist in ApplA will be deleted; if had rec
At first glow, your code appears to be OK... Note that, when you use gotoY100mm, in the preview screen only will appear the last section printed on same zone of paper. This is, if you have printed 5 sections on same paper section (controls displacing to right), in preview screen you will see o
Bet some beer I can do so? Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village
Take a look about methods of element.design(): GotoY100mm, gotoX100mm (this one doesnt work as expected, be aware!!), etc. And about left100mm of the controls!! Tutorial Report_positioning (or something similar) will be useful to you. The logic is:- Save the initial Y100mm.repeat X times - p
try datenull(). Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsub
Only partners (enterprises o distributors associated to Microsoft Bussiness Solutions Axapta) are allowed to do these downloads. If you're not working in a partner, contact some person that is working in one, so he perhaps can give you a copy. Raúl Llorente Peña Análisis, Desarrollo e Impleme
It's written in C++. The program emulates an development enviroment. But most of code is bussiness logical code, not general purpose library methods. Remember Axapta is an ERP, not a general purpose language and/or environment!! So, many funcions (specially the near-system calls) and calls are
Otto, you're defining a local macro: static void Jobx(Args _args) { #localmacro.TRA_Macro_Local1 print "Hello local world"; pause; #endmacro #TRA_Macro_Local1 } Danny wants to use a global one!! The right version would be:Macro Macro1 is listed:#define.salute1(print 'Hello World';
Urgh, that's pretty difficult... When you create the report design, Axapta reserves the space for all footers in design. Let's suppose 5 pagefooters, with a height of 10 mm. each, but you've programmed it to print only 3 of them. Well, when you print that report, even tough only 3 pagefooter a
Use the class Image of Axapta, with it you can take an image, and use several pretty useful methods over the image. Make a test report, and try it. You may have a look on form Tutorial_Images, or in reports where company logo is printed on header.Raúl Llorente Peña Análisis, Desarrollo e Imple
it's not a good idea to develop in different layers in different applications!! If you don't take much control of this, when mixing layer, USR will kick VAR parts (but, perhaps,, tables). And I must warn about creating tables in USR and modifying it or add fields in VAR layer... In a migration
if you write somwthing like:codecodecodecode.function(parrameter, parameter, parameter, parameter, etc );no problem. (Split sintactically the code!!) I think your problem is that y
When doing an upgrade, always put the upgraded application first against an empty database, and then solve the error compilations and layer&version differences!! Once it's all compiled OK, you can then put the new application against the real DDBB of previous version. previous BACKUP of DDBB a
Yeah man. You're the right one to rule this, so I will have it in mind in the future.Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo
I didn't know that posting job offers is forbidden in this forum... I think that posting job offer is not a bad idea at all. Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-AxaptaOPEN SOLUTIONS
Sharing the knowledge on Axapta.
Yahoo! Groups S
You cannot have 2 companies with different AOT's. Company data share the same DDBB. Some tables are common, per example the users. How does Axapta difference the company? every table, in DDBB have a field called DataAreaId, that matches the company code its records belong to. The application h
check: - Readonly attributes, or permissions of the windows user over the file- disk space- Other users aren't working with that application. That file is the index of all objects of AOT and application in Axapta. When opened, Axapta sees that objects don't match the index,so it tries to creat
You would teorically have no problem. If you export objects without selecting special options, Axapta will exports objects with USR point of view. This is, if you export a form with modifications in VAR and USR layers, USR layer version will be exported. If you export a Table, It will export t
You can filter objects in a Project.Create a project, rename it, and open it. Then, hit the filter button placed above, in the Project Window. There you can select (and filter) objects from the AOT. There are several options. I usually use the filter with AOT agrupation, selecting bus, bup, va
93 matches
Mail list logo