Re: [Axapta-Knowledge-Village] Security Settings

2009-03-05 Thread Sumit Loya
Hi, The permissions applicable will be the union of the permissions applicable to the two groups... Regards, Sumit On Fri, Mar 6, 2009 at 10:00 AM, Yadhav Krishnan wrote: > Dear all > > Pls Help , Its urgent, > > Will the Usre permissions and Security settings apply properly to Cross - > Func

[Axapta-Knowledge-Village] Re: Clr object is not initialized...

2009-03-05 Thread anamika_singh.2001
Hi, I've registered the dll file on client side and when i'm trying to call it's function, it throws error: Clr object is not initialized. while i tried to print clrObject initialization through code it print true. Code: Obj = clrInterOp::getObjectForAnyType(ClrStr); Print ClrInterOp

[Axapta-Knowledge-Village] Security Settings

2009-03-05 Thread Yadhav Krishnan
Dear all Pls Help , Its urgent, Will the Usre permissions and Security settings apply properly to Cross - Functional User groups. I have attached the same user to 2 different User Groups. The 2 Usergroups have different settings for "User permissions" So when I access AX thru that particular use

[Axapta-Knowledge-Village] Syallbus for AX-2009 Finance Certification

2009-03-05 Thread lotus_rose2002
Hi, Does anyone have the syllabus of AX-2009 Finance certification? Regards SKLN Prasad

[Axapta-Knowledge-Village] Urgent: Error in Posting Credit Note

2009-03-05 Thread gautham srinivas
Hi All, I am encountering an error when I posting a Credit Note for a Purchase Order, the following error messages appear. "Transaction is financially closed and may not be split." "You may not split more than what is financially open." Could any of you please let me know how to fix th

Re: [Axapta-Knowledge-Village] Re: Clr object is not initialized...

2009-03-05 Thread Sumit Loya
Hi, Looks like the permissions are failing... that means the class where you are using this dll doesn't have permissions to execute the dll.. Hope you are asserting it in the following way.. str emailAddressFilter = @"^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{

[Axapta-Knowledge-Village] Re: Clr object is not initialized...

2009-03-05 Thread anamika_singh.2001
Hi, I tried to call this dll and its function by assert the permissions first, using the interOpPermission. And while using InteropKind as DLLInterop, it throws error: Message (09:44:25) Request for the permission of type 'InteropPermission' failed. (S)\Classes\InteropPermission\demand (S)\Class

[Axapta-Knowledge-Village] Inventory closing run over a period of days

2009-03-05 Thread danya.jones
Can anyone please assist with advice/help regarding the inventory closing running over an extended period of time on AX4. Our close is running over a period of a few days..

[Axapta-Knowledge-Village] Re: Mathmatical Expression in ax

2009-03-05 Thread Karen
use evalbuf(...) note it runs with CAS --- In Axapta-Knowledge-Village@yahoogroups.com, naveed ali wrote: > > Hi, > ?>   ?I have mathmatical expression like?a+b(c/d)/(d*e). >    > ?My problem is how to save it in database table and reterive to perform some > mathmatical operation.A

[Axapta-Knowledge-Village] EP on AX2009

2009-03-05 Thread Craig Fidler
Hi All, What directory does Ax install the EP templates too when you install Dev Tools? Thanks

Re: [Axapta-Knowledge-Village] Create index with first column not dataareaid

2009-03-05 Thread Agus Riyadi
Hi Malcolm, Thank you, very interesting ('That Ax is smart enough to not add another dataareaid field') ! So I can try all index recommendation from tuning advisor. Thanks and best regards, Agus On Thu, Mar 5, 2009 at 4:38 PM, Malcolm Burtt < malcolm.bu...@touchstone.co.uk> wrote: >Hi Agu

[Axapta-Knowledge-Village] TDS in Sales orders from Projects (Time and Material)

2009-03-05 Thread abhiboss123
Hi,   I am facing an issue on TDS calculation with sales orders raised on Time and Material type Project.   I have created a Time and Material type sub-project.   sales order is created from this sub-project.   TDS calculation checkbox is checked on the customer and TDS group is also attached.

Re: [Axapta-Knowledge-Village] Clr object is not initialized...

2009-03-05 Thread Sumit Loya
Hi, You will have to assert the permissions first using the InterOpPermission class and InteropKind as DLLInterop. Otherwise the class will not be initialized. Regards, Sumit On Thu, Mar 5, 2009 at 3:05 PM, anamika_singh.2001 < anamika_singh.2...@yahoo.com> wrote: > Hi, > > How to resolve th

RE: [Axapta-Knowledge-Village] Create index with first column not dataareaid

2009-03-05 Thread Malcolm Burtt
Hi Agus Yes, you can override the placement of the dataAreaId field in indexes. To do this, simply manually add the dataAreaId as a field in an index (right click on the index and click New Field. Open the properties form for the new field then select DataAreaId as the field). Once you've done

[Axapta-Knowledge-Village] Clr object is not initialized...

2009-03-05 Thread anamika_singh.2001
Hi, How to resolve the following error? Clr object is not initialized. Object 'CLRObject' could not be created. My scenario: I created a dll and added this dll to AX client's bin directory, then Iadded this dll to AOT references. I tried to call this dll and its functions in class it throws an

Re: [Axapta-Knowledge-Village] Calling SQL Statement thru Axapta

2009-03-05 Thread sreenath reddy
Hi, Separate the logic of execution of the execute query in to a different method. Your caller should run on server. For more examples,  you can look at releaseupdateDB classes.Here is the separate static method for executing the query. protected static ResultSet statementExeQuery(str    _s