Hi All,
We have a client (Axapta 2.5 SP4 on SQL) like to implement
Telemarketing of the CRM module.
1. Does any LIVE(Sucessful) implementation of Telemarketing in
AXAPTA 2.5 SP4 exist. Please share your experience.
2. The Contact database is around 1 million and some time back when
we try to
I’ve never felt myself so bad after just
a joke.
Ok, here is the example of code which you
can use. Again, it’s “ancient” 3.1, so you need to make sure
that it works with your version. It’s probably not an excellent example
of how it could be done, but it works at least.
And yes, you’re
Well..
I am glad everyone is happy... now. Now problem on
the comment, it was meant as a joke which should be laughed at... long hours
will get to ya!
Anyway I do have another question. Does anyone have any
code examples of through X++ code, taking a Sales Order and Confirming it? I am
He He He He.
I see there is a mismatch of our frequencies in the humour..
It happened to me when I was new to US. I joked with my manager and it turned it in another way :(( But from then onwards I am alright.
Its very coolBut I came to know about some more clasess . he he he
Ok, guys. I see that nobody has notices a
smile in the end of my posting. Or nobody has understood that. What happened to
your sense of humor, guys???
All right,
-
Brandon, I’m really sorry, if I have offended you. I didn’t
want to do it.
-
Jesper
& Mamidi. G
Hello
Only wanted to say, thank you for sharing with others what you found. Did not know any of those classes existed.
Hilda"Subrahmanyam, Mamidi" <[EMAIL PROTECTED]> wrote:
Great. Thank you. I am on the way :-)
Thanks & regards,
subbuJesper Kehlet <[EMAIL PROTECTED]> wrote:
Oth
Hello
Only wnated to say, thank you for sharing with others what you found. Did not know any of those classes existed.
Hilda"Subrahmanyam, Mamidi" <[EMAIL PROTECTED]> wrote:
Great. Thank you. I am on the way :-)
Thanks & regards,
subbuJesper Kehlet <[EMAIL PROTECTED]> wrote:
Othe
Great. Thank you. I am on the way :-)
Thanks & regards,
subbuJesper Kehlet <[EMAIL PROTECTED]> wrote:
Other ideas? If you're into fast XML parsing, look at the Sax* classes. Although not DOM, they do provide a fast and native SAX-style XML parser without the need for external calls t
Other ideas? If you're into fast XML parsing, look at
the Sax* classes. Although not DOM, they do provide a fast and native
SAX-style XML parser without the need for external calls to MSSOAP or similar
products...
Also, on a note to the XppCompiler thread: Look at
the ParserClass and
hi Morten
very curious! What exactly are u doing over here (with the executequry())? Could u post some example?
regards
harryMorten Aasheim <[EMAIL PROTECTED]> wrote:
I agree!
XppCompiler yes. That is a cool class! I havent got that much experience with it, but I have used it t
Actually, let me suggest where this can be used
effectively: If you have a modeling type application (not necessarily
PB) that works sort of like an Excel spreadsheet, for example for forecasting
purposes, you could allow users to enter formulas in string fields, do field
substitution, an
It is actually being used in both the Product Builder, and
in the Data Import/Export functionality in std. Axapta. The Data
Import/Export is probably the easiest example to go through as it is much more
straight forward than doing product modeling...
From: Axapta-Knowledge-Village@yahoog
Yeah.
I also have not used this much. but its very cool man.
static void Job2000(Args _args){ XppCompiler xppCompiler = new XppCompiler(); ; if(! xppCompiler.compile('void func() { ; info("hi"); }')) { info(xppCompiler.errorText()); }}
Does anyboy have any exp of
I am with you.
Expertise in Axapta does not come by birth. The more we work, we more we get.
Someone might have started X++ in 2000 and at the same time another one might have started hardcoding in C++ in 2000. We can not be shame on C++ guy for not knowing X++ and vice versa.
Since I am a
Thanks
--- In Axapta-Knowledge-Village@yahoogroups.com, "Maurice Cohen"
<[EMAIL PROTECTED]> wrote:
> You should look into the reimbursement functionality.
>
>
>
> Maurice Cohen
>
> Advanced Systems Integration, Inc.
>
> 26449 Rancho Parkway South
>
> Lake Forest, CA 92630
>
> ph:949-
I agree!
XppCompiler yes. That is
a cool class! I haven’t got that much experience with it, but I have used
it to make some advanced queries for some forms. I am on of those guys who don’t
like the Query object that much. I prefer using plain SQL. So I figured out if
I used to some st
Brandon, I would just ignore the reply to your IO
article. Saying "shame on you" because you just found out about those
classes is very arrogant in my opinion -- somebody once told me there are no
stupid questions, only stupid answers, and the response to your post in my
opinion just prov
Well...
I mean I have only been developing in Axapta since
June. I believe myself and other fellow Axapta Developers here have came a LONG
way. We have done 4-5 months worth of development into 2 1/2 months time
frame...
There's nothing really out there on Axapta IO, and so I
thought
Man, you want to say, that you didn’t
know about *Io classes in axapta? Shame on you. ;-)
From: Axapta-Knowledge-Village@yahoogroups.com [mailto:Axapta-Knowledge-Village@yahoogroups.com] On Behalf Of Brandon George
Sent: Wednesday, July 27, 2005
11:43 AM
To: Axapta-Knowledge-V
Hell All!
I wanted to take the time to review a great class,
that exists in Axapta - that for some reason there is not a lot of Documentation
on. I guess they don't want us to know about this one! :-)
Class: Io extends ObjectRun on:
Called
Methods
finalize
new
rea
You should look into the reimbursement functionality.
Maurice Cohen
Advanced Systems
Integration, Inc.
26449 Rancho Parkway South
Lake Forest, CA 92630
ph:
949-597-2170
fax: 949-597-0720
cell: 949-533-5966
From:
Axapta-Knowledge-Village@yahoogroups.com
[mailt
What is the process that is used to do a payment return in AR. We
need to indicate that a payment needs to be returned and we need to
cut a check.
Sharing the knowledge on Axapta.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Know
The application server is where the Axapta
application file resides. It is essentially a file server. The AOS (application
object server) runs the logic and shields the client form the database (the
client is only aware of the AOS) The AOS is essentially a transaction
processing server. T
Check MDAC version! Version 2.7 had memory leak problem. Try Download and
install the new one from Microsoft.com.
Alex.
-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Hennie
Potgieter
Sent: Wednesday, July 27, 2005 3:04 AM
To: Axap
Hi,
Is there any difference between Axapta application
server and AOS. If, can u pls tell me what exactly
loaded in application server, AOS and in Client.
Thanks in advance
Start your day with Yahoo! - make it your home page
guys
in shop floor module>registration>job registration(job queue)
how do i add a new work center
thanks
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 unsubscribe fro
It seems that you cannot
login with the database user id.
In the configuration
utility on SQL Server tab page set up the correct user with the password.
Also check on the
database is the user is allowed to login.
There should be the
problem!
Regards,
JasonD
Va
try installing msde again
Srinivas Chenna <[EMAIL PROTECTED]> wrote:
Dear All !
I have installed SQL 2000 ,application ,client and server on my PC at home ..
then I got an error please ..can u rectify it
SQL Reported the following error :
[Mocrosoft][ODBC SQL Server Driver][SQL se
hi guys how do u register an absence activity when i go to clock in
clock out(with absence recording)
i press alt+2 and im able to create a new field but i cant write
please answer
thanks
Sharing the knowledge on Axapta.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
Title: Message
Hi,
Can anyone please
give me some info on the use of sales units in CRM. I believe that it can
be quite valuable in management reporting by sales unit / team and have set the
sales units up accordingly. It seems however as if very few reports
actually has smmSalesUnit a
Hi all,
We have a problem about Sales tax group.
We sell products to customers with sales tax and all
customers are attached to appropriate sales tax
groups.
But in payment receipt we want the payment journal to
be fixed sales tax group independent from customer
setup.
Any help appreciated.
B
Hi Austin,
I am working with Edine (axapta123456) on this. We have already carried
out the MemSizeUp due to previous memory issues (as she mentions at the
end of the post). This is not the issue. The problem is that we have
identified that there are definitely memory leaks in the posting process
l
Use the ”delete_from
table” syntax. Should be pretty fast.
Regards,
Morten
From:
Axapta-Knowledge-Village@yahoogroups.com
[mailto:Axapta-Knowledge-Village@yahoogroups.com]
On Behalf Of Cenk Ince
Sent: 27. juli 2005 08:08
To: Axapta-Knowledge-Village@yahoogroups.com
Subje
Hi,
There is one properties on the form that can deny the user from right click on the form setup and change the display on the form.
Atvthe "design" node of the form, there is a property name "AllowUserSetup", the default value is Yes. If you set that to no, it will disable the layout setup of
We have the same issue; the fix may have helped a little, but
ultimately the memory leak still exists.
To work around the issue we have to limit the amount of data we load
at one time, then close and reopen Axapta to free the leaked memory.
We rearchitected our import class so that it could han
35 matches
Mail list logo