Using FAX in SBO 2007

I want to send a fax through SBO.
Please guide me on this.

Dear Jimmy,
In order to get the details information about how to use Fax with SAP Business One,
please refer to the "Administrator's Guide" available in the service market place.
Please use the following path to get the Administrator's Guide :
1. Log into service market place --> Select "Solution Overview"
2. Then go to Document Resouse center.
Also please refer to the following link :
http://channel.sap.com/sbo/documentation
Regards,
Rakesh Pati
SAP Business One Forum Team

Similar Messages

  • B1DE - SBO 2007

    Hi!
    How does B1DE work with SBO 2007? Does it work with it? I get connection problems.
    Szilard

    Hi Trinidad!
    Thank you for the fast reply!
    I have made several AddOns with B1DE 1.2 for SBO 2004C. I would like to use them on SBO 2007 with SQL Server 2005.
    When I install (made B1DE 1.2 Setup wizard) my old AddOns a got the following error on the new system:
    Error at EndInstallEx() call at the end of the AddOn installation.
    If I try to start the AddOns I got this error on SBO 2007:
    ERROR - Connection failed: this Database server type is not supported.
    What is the easiest way to use old AddOns on the new SBO?
    Your sincerely:
    Szilard

  • Copy A/R Invoice to Credit Memo SBO 2007

    Hello All,
    I am currently facing an issue on SBO 2007.
    I have an A/R Invoice and I want to copy it into Credit Memo. I am able to use COPY TO on A/R invoice form. But I am not able to use COPY FROM on form Credit Memo... The invoice is not on the list of all the invoices for this customer to select.
    This issue happened only for this one invoice.
    Thank you in advance for your help.
    Regards
    Petr

    Hello,
    there is one credit memo already done for this invoice (about 1/3 of invoice) and for the rest is open balance in place. The invoice has status open.
    I do not know how was the first credit memo done (from form Invoice - copy to or from form Credit memo copy from - but still should not affect other credit memo and theit creation)
    Thank you in advance
    Regards
    Petr

  • G/L Account Determination Document for SBO 2007

    I would like to find a document (word, excel or pdf) that explains the G/L Account Determination and its accounts. In which documents inside SBO are those account used? I see more accounts used in SBO 2007 and use trial and error to see these but preferred a document. I have seen the empowerment session about account determination but do not explain each of the accounts. Any help ?

    Sorry for attaching wrong thread .
    Please refer to the following information
    g/l Account Determination ---> purchase ---> Expense Account
    Define an expense account to be used as the default when a transaction of domestic purchasing is posted, for example, an A/P invoice. The system also selects this account as a default when you create new warehouses, item groups, and item master data records.
    The expense account is applicable only when you use non-inventory items.
    g/l Account Determination ---> purchase ---> Purchase Credit Account
    Define an expense account to be used as default when a credit transaction for purchasing is created, for example, an A/P credit memo.
    This account defaults for new warehouses, item groups and item master data records creation.
    The purchase credit account can be the same as the Expense Account, in case you do not wish to record credits to a separate account.
    Setup g/l Account Determination ---> inventory ---> Expense Clearing Account
    Define an offsetting G/L account to clear journal entries created by A/P invoices and goods receipt POs. This G/L account is used in journal entries when the Allocation account is also involved.
    Setup g/l Account Determination ---> inventory ---> Goods clearing Account
    When you close goods receipt POs or goods returns, this account is used as an offsetting account to the Allocation account. In this case, the system does not register an inventory transaction; however, it creates a journal entry involving this G/L account.
    Clearing account: An account to which postings are recorded temporarily because of a time gap between accounting transactions, organizational task distribution, or accounting transactions requiring clarifications.
    No matter what kinds of clearing accounts, they will be temparary accounts per se.
    Link for Archive Sessions:
    http://service.sap.com/~sapidb/011000358700000131752007E/ExpertSessions.htm
    And more information ,you can take a look at help file by hitting F1key
    Hope this helps.
    Bishal

  • SBO 2007 PL06 - GetCompanyList fails

    Folks,
    I am not able to get the list of companies on SBO 2007. The following code fails with "Failed to connect to SBOCommon" error.
    try {
       SAPbobsCOM.Company c = new SAPbobsCOM.Company();
       c.Server = "Test17";
       c.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005;
       c.UseTrusted = "true";
       SAPbobsCOM.Recordset cl = c.GetCompanyList();
    } catch (Exception e) {
       Console.WriteLine(e.Message);
    Note that all other APIs work just fine. I am able to open connection to specific company and perform any programmatic operation. It is just that GetCompanyList fails.
    I am running this code on the machine where SBO server is installed. So there are no network issues.
    I have tried setting the server to "local," "(local)", "localhost", etc. Still no success.
    I also tried setting UseTrusted to false and specified DbUsername and DbPassword. Still no success. As far as I know, GetCompanyList always uses trusted connection and ignores usrename/password fields.
    Does anyone know what the problem could be?
    Thank you in advance for your help.
    Regards,
    Pradeep

    Hi
    pls try this code,
    oCompany = New SAPbobsCOM.Company
                If cmbServertype.Text = "SQL SERVER 2005" Then
                    oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005
                Else
                    oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL
                End If
                oCompany.Server = "Test"
                oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English
                oCompany.DbUserName = "sa"
                oCompany.DbPassword = "SQL"
                 oRecordSet = Me.oCompany.GetCompanyList()
                Me.oCompany.GetLastError(lErrCode, sErrMsg)
                If lErrCode <> 0 Then
                    MsgBox(sErrMsg)
                    Exit Sub
                Else
    Msgbox("Connection Success")
    endif
    Regards
    Senthil Kumar

  • Installing SBO 2007 Error Unable to connect to database

    Trying to install SBO 2007. 
    First install server tools, then sever. 
    The SBO -Common database exists as per checking the SQl database.
    The install asked for the database server, database name, user name and password in which I enter this correctly.
    A message states:
    WARNING
    'Unable to connect to database;verify database server name and that database is started'.
    I am unable to proceed further.  Can any on assit please.
    Have also tried un installing SBO 2007, deleting databases and rebooting - without success.

    Dear Lisa,
    You will get this issue when you are using named/non-default instance of MS SQL Server during the installation progress
    of SAP Business One Integration Platform.
    The B1iP installation program uses default port (1433) to connect MS SQL
    Server and to create database. The named instance will use the port
    other than 1433.
    1.  Before the installation of B1iP, change the port of the named
        instance to 1433, which will be used to install B1iP.
    2.  If 1433 is being used by another application, and cannot be changed,
        the steps below is one walk-around way:
        a) Stop the instance of MS SQL Server, which is using the port 1433
        b) Change the named instance, which will be used to install B1iP, to
           1433 temporary, and remember the port to recover
        c) Install B1iP (or SAP Business One with B1iP component)
        d) After installation, stop the B1i service. Under B1i folder, in
           the Xcellerator.cfg, change 1433 to the port that B1iP DB
           instance used.
        e) Change back the ports of SQL Server.
        f) Run the service of SQL Server and B1i again.
    Regards,
    Rakesh Pati
    SAP Business One Forum Team

  • Upgrade database from SBO 2007 PL 0 TO PL 35.

    Hello,
    I got a problem, when upgrading a database from SBO 2007 PL 0 TO PL 35.  The system says I can upgrade to the last release, and I can't do it.  I need help in how to do it, because I worked many things using PL 0 and I need to recuperate the information.
    Thanks.

    Hi Daniel,
    pl0 of 2007 has never been supported by SAP. It does not facilitate the IRU & should not be used in any environment, be it test or productive.
    I would recommend you go back to the latest backup of your database before you upgraded to 2007, upgrade it to the current patch & then the DTW to transfer all necessary data from your current database.
    All the best,
    Kerstin

  • CurrentPeriod property in SBO 2007

    Hi all,
    I tried to use the oSBOApplication.Company.CurrentPeriod() (I'm almost sure it was like it), but the result is always -1. I wrote a message to the support center and they tell me that this is a SBO 2007 behavior by definition, not a bug. Before I pull the trigger (just kidding), does someone have any logical explanation why this great new feature is like this? If not, at least how can I get the current period through UI API?
    Thanks in advance,
    Ian

    Hi Owen,
    Actually it's an addon UI/DI, so if there's a way in DI or I can look it just with SQL there'll be no problem at all. But there's no way to do that, because the current period just can be done with UI as there's no entry in the DB that tells the current period in which the current user is. I read a lot of threads about it, and I remember everyone was excited when this featured appeared.
    Weird enough the formatted search $[Period] works!!! Of course I WON'T use a formatted search for an add-on. So if it's not a bug what else can it be? What about backwards compatibility? Changing behavior without even tell the partners about it? Sigh
    SBO SDK Help Center 2007: <i>CurrentPeriod. The DI API Company Service can get and set posting periods in the application. However, you cannot get or set the current period (the default period in the Company database) via this service.
    This property complements the DI API Company Service and allows you to get the current period from the application. To get all the properties of the current period, use the GetPeriod or Periods functions of the Company Service.</i>
    Well Owen, if you (or anyone) find any solution or workaround please let me know.
    Thanks,
    Ian
    PS. Owen, I think with this points you're now leading the Top Users in SBO. Congrats! You worked really hard on it!

  • SBO 2007 will work on MAC OS

    Dear All,
    My Client useing Mac Operating System, will SBO 2007 work on MAC OS ?
    Thanks,
    Srikanth.

    Srikanth,
    This link is also explained about the SBO platform:
    https://websmp210.sap-ag.de/smb/sbo/platforms
    Beside that you also can use sizing guide that could be download from this following link:
    https://websmp108.sap-ag.de/smb/sbo/documentation
    both link requires S-ID and pswd, if you are a partner, you could browse it but if not, ask the partner that implemented SBO in your company
    Rgds,

  • What is the diff between SAP Netweaver B1i and B1i that comes with SBO 2007

    Hi
    There is SAP Netweaver B1i which is used for integration with SAP R3. But when you get SBO 2007 it also comes with B1i. Is there a difference or is it the same tool??
    Thank you for your time.

    Louis,
    B1i on the SAP Business One 2007A Preview release is the same as B1i 2005A as far as what it is and how it works with relation to integrating SAP Business One and R/3.  There are new features that are part of B1i 2007A of course that are not in 2005A such as integration with SAP BW, an updated Control Center as well as some other features such as the installation and upgrade routines.  You should have a look at the documentation in the ..\Documentation folder and specifically in the "Integration" and "PEP" folders on the preview media.  This is also, as mentioned, the PREVIEW version, so there will be updates to it forth coming before general release.
    HTH,
    Eddy

  • We are sorry, but we are unable to complete your request.•The Office 2007 Product Key provided is already associated with another user on this site. Please log in with the user information originally used with this Office 2007 Product Key.

    Over the years I have had many ISP and email addresses - but now we have  finally gone almost fully virtual...
    I have a live login and MS ID 4 my SkyDrive account but I only use my MS  touch with 8.1, SkyDrive and office 365 for mobility.
    And I still like to backup to my own server!!!
    What would be good is if I can put all the software licenses and product  keys of the software and keep a record of my mac addresses for  hardware  and even static IP's in a file or a secure location within the MS online  store.
    That's where MS wants me to get my computing needs from in future and I  will always be able to retrieve it in future but what about the $$$$$ I have  spent on software, hardware and applications prior to now???
    I know u guys love 2 collect data 4 marketing analysis,
    4 example I have an old PC that is still running a server from last century  - if you knew about it a simple script would allow you to offer upgrades or at  least relevant MS products - UNLIKE the rubbish adds I just turn off or tune out 
    now...
    Why cant I add products previous online email purchases into the 1 MS live  ID account where I can keep it together? If you make that available I don't have  to have separate steam accounts, EA game accounts, ASUS and adobe accounts etc 
    etc.
    What has brought me 2 this is I was looking for my office pro 2007 disks to  rebuild a HOME USE ONLY windows 7 laptop (NO touch screen so 8.1 is no benefit  at all)
    I HAVE 4 Genuine PRODUCT KEYs for Office 2007 BUT EVERY TIME I WENT TO  DOWNLOAD the software - regardless of the key I used - I got the error message:  We are sorry, but we are unable to complete your request.•The Office 2007  Product Key
    provided is already associated with another user on this site.  Please log in with the user information originally used with this Office 2007  Product Key.
    That's crap - This is a clean brand spanker install of Win7 and there was  nothing b4 I put the oem drivers from Toshiba back on.
    I looked at dozens of support pages and forum blogs and tried for hours to  get a copy to download - including incognito and other logins but because my  default PC name is also my MS Windows live ID the same error was repeated.
    I keep away from the non MS sites for these things and with good reason -  there were heaps of similar users with the same issue or very close to it that  had downloaded from a supposed MS copy from eValue or digital river etc and the  next
    thing was total corruption of the OS.
    EVENTUALLY I found a LIVE MS chat on a support site in the US and she gave  me a link to a slightly older version which will need updating and some reg edit  changes but so far, so good.
    The point is - what a crock !
    I should be able to just keep all my software, drivers, updates, service  packs, and versions that I have upgraded in the MS store.
    If Microsoft aren't going to support XP or Office 2003 and eventually 2007,  vista & Windows7 not far behind??? then that's still no excuse for them to  put these restrictions and limits when I OWN my copy of the software!!
    Unlike office 365 and SkyDrive space which is described in the T&C  (that we all read before ticking that radial button to agree of course) as ONLY  under a leased licence.
    IF Microsoft can support AND develop software that supports SQL2000  Servers, why is it so hard to archive and keep the same info for  everyone???

    Over the years I have had many ISP and email addresses - but now we have  finally gone almost fully virtual...
    I have a live login and MS ID 4 my SkyDrive account but I only use my MS  touch with 8.1, SkyDrive and office 365 for mobility.
    And I still like to backup to my own server!!!
    What would be good is if I can put all the software licenses and product  keys of the software and keep a record of my mac addresses for  hardware  and even static IP's in a file or a secure location within the MS online  store.
    That's where MS wants me to get my computing needs from in future and I  will always be able to retrieve it in future but what about the $$$$$ I have  spent on software, hardware and applications prior to now???
    I know u guys love 2 collect data 4 marketing analysis,
    4 example I have an old PC that is still running a server from last century  - if you knew about it a simple script would allow you to offer upgrades or at  least relevant MS products - UNLIKE the rubbish adds I just turn off or tune out 
    now...
    Why cant I add products previous online email purchases into the 1 MS live  ID account where I can keep it together? If you make that available I don't have  to have separate steam accounts, EA game accounts, ASUS and adobe accounts etc 
    etc.
    What has brought me 2 this is I was looking for my office pro 2007 disks to  rebuild a HOME USE ONLY windows 7 laptop (NO touch screen so 8.1 is no benefit  at all)
    I HAVE 4 Genuine PRODUCT KEYs for Office 2007 BUT EVERY TIME I WENT TO  DOWNLOAD the software - regardless of the key I used - I got the error message:  We are sorry, but we are unable to complete your request.•The Office 2007  Product Key
    provided is already associated with another user on this site.  Please log in with the user information originally used with this Office 2007  Product Key.
    That's crap - This is a clean brand spanker install of Win7 and there was  nothing b4 I put the oem drivers from Toshiba back on.
    I looked at dozens of support pages and forum blogs and tried for hours to  get a copy to download - including incognito and other logins but because my  default PC name is also my MS Windows live ID the same error was repeated.
    I keep away from the non MS sites for these things and with good reason -  there were heaps of similar users with the same issue or very close to it that  had downloaded from a supposed MS copy from eValue or digital river etc and the  next
    thing was total corruption of the OS.
    EVENTUALLY I found a LIVE MS chat on a support site in the US and she gave  me a link to a slightly older version which will need updating and some reg edit  changes but so far, so good.
    The point is - what a crock !
    I should be able to just keep all my software, drivers, updates, service  packs, and versions that I have upgraded in the MS store.
    If Microsoft aren't going to support XP or Office 2003 and eventually 2007,  vista & Windows7 not far behind??? then that's still no excuse for them to  put these restrictions and limits when I OWN my copy of the software!!
    Unlike office 365 and SkyDrive space which is described in the T&C  (that we all read before ticking that radial button to agree of course) as ONLY  under a leased licence.
    IF Microsoft can support AND develop software that supports SQL2000  Servers, why is it so hard to archive and keep the same info for  everyone???

  • Can I use my 24 inch' 2007 imac as an external monitor for my PC

    can I use my 24 inch' 2007 imac as an external monitor for my PC

    No, sorry, you can't. Pre-Thunderbolt iMacs could to this, but with Thunderbolt-equpped iMacs they can only be used as a screen for other Thunderbolt-equipped computers. No company has yet to come up with a converter that works with Thunderbolt Macs. The only way you could get video from a game console into your Mac would be via a video capture device and the inherent lag in such capture would, I think, make most if not all games unplayable.
    Regards.

  • Using Icloud with Outlook 2007 and windows 7, I cannot get my calendar to list the scheduled appointments as it used to do before I cloud.  The to do bar just shows no upcoming appointments when my calendar is filled with them.  How do I fix this

    Since using ICloud with Office 2007 and Windows 7, the to-do-list will not show any appointments.  If has the notation that no appointments are available?  My calendar is full of appointments.  How do I correct this?

    I don't have a password on my phone. After attaching the phone to the Windows 7 computer, my DCIM folder is always empty. Here's the solution:  While the phone is plugged in to the computer, pick it up and select the Photos application. A dialog box appears and asks if you trust this computer. Obviously, select the "Trust" option. Then the photos will download. If you have a password on your phone, I'm guessing you have to enter it before you open the photo application.

  • Document line with price zero in SBO 2007 A

    Hi All
    We have a DI API AddOn that occationally has to create a document line with the total price of zero.
    In SBO 2005 A we just set SBODocument.Lines.Price = 0, but that doesn't work in SBO 2007 A.
    In 2007A when we set SBODocument.Lines.Price = 0 it takes the price from the pricelist as though we had not entered a price at all. If we set SBODocument.Lines.Price to something else that zero it does correctly take the price we entered.
    We have tried to set SBODocument.Lines.UnitPrice or SBODocument.Lines.LineTotal to zero in stead but it gives the same result.
    Any help appriciated.
    Rgds
    Jesper Carstensen

    Sorry, my mistake.
    The solution WAS indeed to set SBODocument.Lines.UnitPrice = 0
    Rgds
    Jesper Carstensen

  • Saving to PDF using VBA in Excel 2007 using security features such as password and print restriction

    Good Afternoon,
    I am wondering if there is a way to implement the security features such as password and print restriction while saving a document to PDF using VBA in Excel 2007. 
    Regards,
    Steve

    Bill,
    Thank you.  I was able to find the security setting section.  The problem I have now, however, is writing the VBA to save to PDF and incorporate the security settings.  I thought if i applied the settings to the Excel document I was working on it would carry over, but this does not seem to be the case.  Any idea's?
    Regards,
    Steve

Maybe you are looking for