-
[EDITED]NEP User Homepage
Maybe it is not a NEP related question but I need to have differente homepages for different user/groups so when a user logon can see its own webpart page. Is there a way to do this? Thank YouAs promised here is my simple code:Imports SystemImports System.ComponentModelImports System.Web.UIImports…
-
EP: How to change the record in a card webpart
Maybe this is a silly question: I´m just doing my first steps in EP and tried some of the example webparts that came with the NAV4 CD. So now i have a customer card webpart e.g. My question: How do i change to another customer displayed in this card?? Haven´t found any button or similar to do that.... (e.g. card webpart…
-
Additional Business Analytics database/server
Hello everyone, I have already installed BA and it works ok, but I want to create a second server that will work with another client navision database. I have created the second analysis services database and the corresponding database in sql server. I have used another computer to install the ba services (ANTserver) and…
-
Business Analytics
Hi, How to install Business analytics. When i am making new data base in the console root of the Enterprise Manager the new database field is disabled. Kindly tell me that what would be the reason
-
Business Notifications and Employee Portal on same server
hello all! Working on setting up Employee Portal and Business Notifications on same 2003 server. Both components work fine by themselves, but if i put them both on one server, business notifications stop working. i am assuming sharepoint takes over the permissions. But i may be wrong. Also, i want to put smart tags on the…
-
EP record navigation
Hi, I tested the demo webparts and is not possible to navigate from one record to another in card and header web parts. Is there any settings to be done in order to have record navigation feature enabled ? Thanks
-
Employee portal not working!
Hello, I installed prerequisites and employee portal components as described in installation document. On sharepoint site I can see functionalities and I can add webparts for Navision, the demo one. But on every webpart under the name and description is writing "Please select a request type for this Web Part." What can I…
-
EP: Report problem : Report is pressed together
Hello, I have a problem with printing reports. The layout is pressed together. Fields, which are for example 5cm long in Navision, are pressed together just as long as the data in the field is. The consequence is that every field is printed reight behind the previous one. For numeric field is that very When I print the…
-
Search in lookup pages
Hello, I have a web part request template named INTERACTION, type card ,caption interaction. If I do: web part request / card Table /card (Table 5065… header …) Table / card (code: General etc…) Table / card (entry nº / contact etc….) In contact I select lookup. In lookup WP Request code I have a web part request template…
-
linking 2 parts
I have the following problem I have a header-line webpart (header=Salesperson,Line=Contact) In the lines I have a button to call another header-Line webpart. (Header = contact-business relation, Line = Contact) I put in the correct filters for the action. The problem is that when the second webpart is called the filters…
-
Problem insert/modify/delete "Interaction Log Entry&quo
Hello, Someboby has tried to insert , modify and delete "Interaction Log Entry" and works well? I try to do this but I have problems I think because the key ("Interaction Log Entry") isn't a code but im not sure. For example in code unit 6822 I write: InsertInteraction(GUID : Text[50];VAR HeadRecordRef : RecordRef)…
-
Problem - Insert and Modify in EP web part
Hi, I am simply trying to insert new record in single table and after wards modify it. For above I have placed following code in C6822: InsertTimesheet(GUID : Text[50];VAR HeadRecordRef : RecordRef) HeadRecordRef.OPEN(DATABASE::Timesheet,FALSE); HeadRecordRef.INIT; HeadRecordRef.INSERT(TRUE); // Build Records to Create the…
-
Employee portal: Create new record
Hello, I want to do the following: I want to show a list of contacts of a specific salesperson. It must also be possible to modify the contacts and create new ones (in the lines). To do this, I have a created a header-line webpart. The header is my salesperson record, the line is the contact record. When modifying or…
-
Problem with using ComCom in own Application
I try to use the ComCom Automation Server in my own Delphi Application. It works fine with sending Fiels and receive them in Navision. Now I want to send File from Navision to Delphi but my Event crahses with a Memory Error. Because you cannot say "WithEvents" like in VB I haven't any examples how to implement this event.…
-
PUP Files not unpacked with Commerce Portal Install
Commerce Portal Samples are in a file type of "PUP", what program do you use to unpack these files? -David Sheesley
-
Integration of BT2006 with Navsion3.8 with Seaside Database
Anyone done this before??
-
Configuring EP
Hi I have a problem when installing EP. On the home site 4 errors are shown, all related with webparts: The message is (4 times the same): "Web Part Error: A Web Part or Web Forms Control on this Web Part Page cannot be displayed or imported because is is not registered on this site as safe" Btw: First I had an install…
-
Navision Commerce Gateway WITHOUT BIZTALK?
Hi There, I am looking at a solution for a client that wants to setup automatic document exchange between them and a few customers. One of the customers has a third party that is pushed forward as a preferred partner for integration. They provide tools to pick-up sales orders from the client and transport the order to my…
-
Employee Portal - Show options as Text
Can i show an option field as text within EP? Also how can I show the value of a flow field? Not so easy this EP jobby is it? Tim
-
Employee Portal - Links and Buttons not showing
I am trying to set uo a very simple demo with a resource list and resource card. On the list I have specified a Link action and on the card i have specified a save action. On the portal I have linked the list and card together. When i open the portal there is no link or button showing. To see if i missed anything, I…
-
CP Synch. optimization
Hi, I am having some issues with deadlocks when using Commerce Portal. The "SynchMgt. Message Queue" is getting deadlocked because of the table lock done in CU 6205. Could I get some input on this code change: Change table 6224 - SynchMgt. Message Queue - No. to BigInteger and AutoIncrement = Yes and then the change below…
-
problem with filters and header+line
I have two problems: FIRST PROBLEM: I try to do a filters, for example: Show only Quotes (36 Sales Header). Table 36 Header or line: Line Code: General Table / Standard filter / fields / Document type 0 I put in the sharepoint but the filter doesn't work. I look all the lines (quotes, orders....) I don't understand why.…
-
Navision 3.6 Electronic Payment Functionality
We want to use the Payment Journal Functionality for Electronic Payments. Our goal is to send a file to the bank in order to create bank transfers that would pay our vendors. Does this option exist in Navision 3.6, and if so any documentation regarding set up and how to's would be much appreciated.
-
Search Web Part & EP Documentation
1) I having trouble gettting the Search Web Part to work. Whenever I put anything in to Search, I get: Navision error (10500): This message is for C/AL programmers: Could not invoke the member appendChild. The OLE control or Automation server returned an unknown error code I saw the other post re: this message and tried to…
-
Want to find the creation line of the NF OrderForm for CP
Hi, Who want's to help me :) I have a trouble to see the coutry code in the confirmOrder ASP page. I find that Navision have made a customized OrderForm object named OrderForm.NF. So in the confirmOrder.asp page I find the line of the creation of the object : Set oNodeList = mscsOrderForm.NF("HEADERBILL") But I can't find…
-
NAS/NEP NAV4.0SP2 Config problems with SS2005 DB
Hi I am having a problem configuring NAS/NEP using a SQL Server 2005 DB Option (NEP-SQL) My config is: Server-01 (MS2K3,Sharepoint/IIS,NAS/EP (NAV4.0SP2)Installed, J# all Prereqs. Server-02 (MS2K3, SQLServer 2005 ( 2 Instances -(2 Databases demo/test and production(NAV4.0SP2) in Default Instance), 1 Named Instance) XP…
-
biztalk adapter (2)
i am a student doing a training about Commerce gateway and navision. i had installed and configured commerce gateway .there is my system sttings. on the same machine BizTalk server 2004 ,CG 4.0 ,navision 4.0. i had created two nas services for two compagnies cronus on -classic et purlook on -sql. the system checkl show me…
-
Synch Service updates BizDesk Catalogs - hooks to expand?
Synch Service Intercepts COMMERCE_ITEM updates, and seems to auto update the Catlaogue contents based on the Value of the Item.Class field and any matching BizDesk Category. Is it possible to expand this functionlity to make updates in the catalogue based on one or more additional fields? e.g. I have added a "Published"…
-
Business Notification.
Hi, I am fcaing some problem in the business notification. I have installed BN and when ever I am checking the box in the setup of business notification it is saying that you have to install business notification but already I have installed it. Secong thing is that Whenever I start Business Notification Manager and tru…
-
Biztalk Adapters for Commerce Gateway
i had installed and configured Navision 4 and commecre gateway and Bioztalk server 2004. the system check displays that there is connection to nas and the adapter is installed for both cronus runnig on native and purelook running on sql. i have deployed the default orchestration from the commerce gateway cd . but when i am…