Browse By Tags

  • Integration with Microsoft Authenticator and Web-Based Outlook

    I was curious: Are there developments in the pipeline for updating Sage 100 Contractor's integration with Microsoft outlook? My understanding is that, in the coming year, Microsoft will move away from the outlook application that comes with the Microsoft…
  • Unable to upload PDF file attached to email

    Client is using Sage CRM 2023R1 and using new email import from exchange. Never had an issue prior but now CRM will not allow import of PDF file saying that it is restricted. We checked the setting to "Allow file name extensions for upload" and pdf is…
  • Send Email via outlook

    Hi All, I've searched the discussion and cannot find anything on this. we have recently upgraded to Sage CRM 2022 R2, since upgrading i can no longer see the 'send via outlook' button when it comes to sending emails from CRM. We would like to use this…
  • Can CRM synchronize Calendar without Microsoft Exchange?

    Hi all, My client have Microsoft Account for their emails and Calendar. But do not have Microsoft Exchange. can the calendar synchronization works without Microsoft Exchange? 1) Can the sync work with standard IMAP/SMTP servers? 2) Can the sync…
  • Import Emails functionality

    Is there going to be an import emails button added to cases as it's on Opportunities but not on cases, leads, orders or quotes could it be added in a future release of CRM?
  • New to Sage. How to import files from OneDrive

    We are running Sage 300 2020. Our finance team has been working with Excel files on a network share and then importing to Sage 300 GL transactions. We are in the process of decommissioning an old file server and moving their files to SharePoint Document…
  • Looking for a Microsoft Power App expert

    Looking for a Microsoft Power App expert who can develop a power app application that will fetch data from the SQL database in bulk and then send that data to Sage 100 ERP via Sage 100 API connector which is already installed. Data to be picked and sent…
  • Is Sage Intelligence 2015 and Microsoft 365 compatible?

    I'm running Sage 100 Premium 2020 version 6.2, and have Sage 100 Premium Intelligence 2015 installed. Our IT department installed office 365 yesterday, and now I'm getting an error message in excel about the BI extension. No values in cells in my intelligence…
  • SAGE 300 PROJECTS AND JOB COSTING INTERGRATION WITH MICROSOFT PROJECTS

    Where can I find a document or a user guide on how to integrate Sage 300 2020 PJC and Microsoft Projects 2016. Please advice
  • ODBC Error using MS Power Query (Office 365)

    ODBC Driver error in Power Query "Unexpected error: Attempted to read or write protected memory..." We are using the Sage 50 v25 32b ODBC driver. The underlying query is "select * from ACCOUNT_STATUS" or specifically when querying date time (tz sensitive…
  • What users rights are required to modify a Sage integration with Access?

    Does Sage 300 have an active integration with Microsoft Access, or is it a manual process? Which users rights are necessary to modify the integration, and change what is sent from Sage 300 to MS Access?
  • Getting Error when trying to set up Email from Outlook via Office365

    Hello, we are trying to email invoices through our Outlook app (not via webmail) or a Sage partner server. We have outlook setup and running, but when we try to set up the email we get these error messages. Any advise is appreciated. Thanks in advance…
  • PTXA2021.1.1 new PO not created after email

    Not sure if this is really an office 365 integration issue, but it does concern integration with outlook so I guess so. I Installed the 2021.1.1 update last night, and our purchasing manager is struggling to create new POs. Previously, after you hit…
  • So where do we download the Sage 50 CA SDK now?

    So now that Sage has overhauled their website, I can no longer find a way to download the SDK. I used to be able to find it on the public facing site, but now they've made sure to make no mention of it. All the old links suggesting how to download the…
  • Sage X3 PU11 - SOAP Call in C# Language - Is there a common library DLL which we. can attached as a reference.

    Hello Teams, We are creating an Interface to Sage X3 PU11 and would like to know if Sage or any other provider has created a common DLL library for the C# programming language. Will be used to call SOAP or REST in Sage X3. Thank you, Dennis
  • Invalid or missing posting date encountered on Bill of Materials transaction update

    Hi, I've been working on automatic registration of transactions for Bill of materials. but I've been encoutering this issue for a couple of days now. its been throwing me an error that says "Invalid or missing posting date encountered" I opted…
  • Interface with Microsoft Dynamics GP

    Hi everybody, I am wondering if there is anybody out there that is using Sage X3 in conjunction with Microsoft Dynamics GP (exporting data on a regular basis from X3 to GP)? Thanks, Dominik
  • BM Production register Error "The register must be printed prior to posting"

    Hi, I've been wondering if someone else encountered or might have a solution for this. Im getting the error "The register must be printed prior to posting" oSS2.nSetProgram(oSS2.nLookupTask("BM_ProductionRegister_UI")) objTransactionRegister…
  • BM ProductionRegister - New object error:200

    Hi, i've been constantly getting the error "System.Exception: <NewObject Error: 200>" when I register the BM production entries. here's what I have coded: oSS2.nSetProgram(oSS2.nLookupTask("BM_ProductionRegister_UI")) objTransactionRegister =…
  • Emails not sending through Outlook

    Hi! One of our users is having a very strange issue. She has the latest 32-bit version of Office 365 on her computer as well as the latest version of Sage 50. She is able to send one purchase order in the morning without issue. Subsequent ones bring up…
  • SSIS (SQL Server Integration Services) Connector to Sage Business Object Interface (API)

    Does anyone have any suggestions on the best way to use Microsoft SSIS (SQL Server Integration Services) to connect to SAGE 100 Business Objects API? We came across this product, but were curious to know what recommendations the community had. https:…
  • Missing MAPI32.DLL in .dll files loaded by the application - Can't send invoices through Outlook

    Hil guys and galls, I've been looking for a reason why I can't send my invoices by e-mail through Sage 50 and, after having read so many topics in the forums, I finally found out a very probable reason : my Sage 50 application seems to not load the…
  • What are current regedit or gpedit fixes to bypass MAPI popups CLICK TO RUN Office 365?

    These worked in the past (Outlook 2010), but are not fixing the popups this time around with Outlook 2016 via Office 365 (click to run install). (see pics) Also, in Outlook Trust Center, Programmatic access is set to "never warn me..." but apparently…
  • SalesJournal SetShipDate The field you are trying to change or function you are calling is not accessible under current circumstance.

    Hello Friends, I am using SAGE 2019.1 SDK for importing invoice in my application. I am getting error at the time of SetShip date "The field you are trying to change or function you are calling is not accessible under current circumstance.". I am getting…
  • There was a problem opening company.: (inner exception: FileNotFound)

    var companyId = GetCompany(); try { // Request authorization from Sage 50 for our third-party application. AuthorizationResult authorizationResult = Session.RequestAccess(companyId); This line Session.RequestAccess throws a PeachtreeException: FileNotFound…