1 / 20

SharePoint Portal Server

SharePoint Portal Server. Kundvärde. Användningsområde Organisera företagets många siter Aggregera företagsinformation Individanpassa informationsutbudet Integrera med affärssystem. Fördelar Värdet av information ökar Människor och information kopplas samman

ellard
Download Presentation

SharePoint Portal Server

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SharePoint Portal Server Kundvärde Användningsområde • Organisera företagets många siter • Aggregera företagsinformation • Individanpassa informationsutbudet • Integrera med affärssystem Fördelar • Värdet av information ökar • Människor och information kopplas samman • Informationen blir skräddarsydd för riktad kommunikation Funktionalitet • Profilera och hantera alla siter • Min site • Användarprofilering • Heltäckande sökfunktionalitet • Organiserat efter ämne

  2. Architecture AX Web Parts WSS Web Parts ISV Web Parts IIS .NET Business Connector SharePoint DBs Web Services AOS AX DB External Systems EP Web Frame work

  3. Web Framework Overarching goal has been to retain the current rich web framework Web Building blocks created in AOT( Web Forms , Report , Web Report, Weblet, Web Menu Items . etc) Navigation and Content logically separated Navigation -Web Menu Items URL Action Content – Web Content / Web Let DISPLAY (Web Form) OUTPUT (Report/Web Report) Page Authoring using SharePoint Page Designer tools and imported into AOT Seamless development environment integration ( Import / Deploy / URL Look Up)

  4. User Management Windows Integrated Authentication User Relations for granting web access to User Ax User Groups / Security Key permission for Object level permissions Business Connector Proxy for securing content for External Users using Security Key Extranet AD accounts for Customers & Vendors ( Basic over SSL Authentication) Anonymous Access for internet facing public web site Guest user account in Ax is used for restricting access

  5. Topology Two EP Site Definitions Full Fledged Enterprise Portal for intranet / extranet Public / Anonymous site for internet Business Connector Proxy Account Intranet Windows Integrated Authentication Extranet Standard Perimeter Network Traditional Perimeter Network Basic Auth / SSL

  6. Investeringar på serversidan

  7. Windows SharePoint Services Kundvärde Användarna kan • Samarbeta kring dokument • Dela information • Hantera virtuella team Kalender Dokument Kollegors närvaro Fördelar • Enkelt att använda • Större individuell delaktighet • Bättre sammanhållning • Bättre informationsspridning … Team Diskussioner Enkäter Funktionalitet • Versionshantering, Check-in/ Check-Out • Delade kalendrar, diskussioner… • Integrerat med Office 2003 Uppgifter Kontakter

  8. SharePoint Portal Server Kundvärde Användningsområde • Organisera företagets många siter • Aggregera företagsinformation • Individanpassa informationsutbudet • Integrera med affärssystem Fördelar • Värdet av information ökar • Människor och information kopplas samman • Informationen blir skräddarsydd för riktad kommunikation Funktionalitet • Profilera och hantera alla siter • Min site • Användarprofilering • Heltäckande sökfunktionalitet • Organiserat efter ämne

  9. Enterprise Portal Demo shows how we use WSS with in Microsoft Dynamics AX.

  10. Microsoft Dynamics AX 4.0 – Enterprise Portal 2 different interfaces for 2 different purposes Web client • Some functionality • All users Windows client • All functionality • Some users

  11. Microsoft Dynamics AX - Integration Technology

  12. Application Integration Framework (AIF) New XML based integration framework Business-to-Business (B2B) collaboration Application-to-Application (A2A / EAI) integration Document-oriented interfaces Extensible X++ framework

  13. Transaction Types Adapters (File System, MSMQ, BTS, WS) Send Documents Receive and Create Documents Respond to Read Requests Web Service Interface Request Documents from Axapta Submit Documents to be created in Axapta Note: Update and delete is not supported out-of-the-box in this release

  14. Axd<Document> Query <?xml version="1.0" encoding="utf-16"?> <SalesOrder xmlns="http://schemas.microsoft.com/dynamics/"> <DocPurpose>Original</DocPurpose> <SenderId>dmo</SenderId> <SalesTable class="entity"> <CaseTagging>No</CaseTagging> <CovStatus>1</CovStatus> <CurrencyCode>EUR</CurrencyCode> <CustAccount>4020</CustAccount> <SalesLine class="entity"> <Blocked>No</Blocked> <CaseTagging>No</CaseTagging> <Complete>No</Complete> <CurrencyCode>EUR</CurrencyCode> ... <InventDim class="entity"> ... </InventDim> </SalesLine> <DocuRefHeader class="entity"> ... </DocuRefHeader> <DocuRefHeader class="entity"> ... </DocuRefHeader> </SalesTable> </SalesOrder>

  15. Dynamics AX Web Services Standards WS-I Basic profile 1.1 compliant XSD version 1.1 WSDL version 1.1 SOAP version 1.1 and 1.2 One web service per document class One method per action Consumed in InfoPath Visual Studio Other applications and custom clients

  16. Microsoft Dynamics AX – Application Integration Framework

  17. New application development options utilizing the .NET Business Connector CLR Interop features

  18. Architectural Overview New application development options NEW COM Interop CLR Interop Windows Client NEW Application Object Server CLR Interop COM Business Connector NEW NEW .NET Business Connector CLR Interop AX Database

  19. .NET Business ConnectorWhat is it? A platform component that enables integration with AX Provides an X++ runtime environment X++ interpreter Access to AOT Client/server code execution “Headless client” Single/multi-user mode

  20. Architectural Overview AOS Interpreter AX Database RPC ODBC

More Related