Azure Add-On development

I am looking for any help in what needs to be done to create and develop an add-on for the Azure store.
Is there any online documentation?  Are there any sample code files?
I am looking for answers to:
 Creating an add-on
 What is needed to be done to install an add-on
 How should the billing level be enforced
 What REST APIs are available for add-ons
How does the portal enumerate the add-ons that show up
After someone decides they want an add-on in the store select Purchase what needs to be done
 Are there other types of add-ons besides an App Service and Data
Thanks for any guidance.  I am not making any progress with where I have been looking.  Assume I have already registered and been approved for the store and want to add my first add-on.
Rig Lee

That answers some of it.
Is this correct - the app is probably a web role or a worker role?  Assuming that is correct - is there a preferred way to communicate with it?  Is there a well defined REST interface we need to follow or is there some other thing that needs to
be done. 
I also am trying to understand how the limits imposed by the service level are enforced?  When it is "leased" from the store is there a license scheme that we need to adhere to or is that totally up to us?  When a user opts out so they no longer
want to use the app how is it uninstalled or prevented from running (right now applications can not be deleted from Azure)?
Is there a service management API that enumerates the add-ons?  The portal shows them under add-ons and I am really interested in how to code to get get the same data.
Rig Lee

Similar Messages

  • Fail to subscibe "SendGrid" Azure Add on service.

    Hi,
    I try to subscribe “SendGrid” Azure Add on service, but it failed. It shows the following message:
    "The subscriptions you selected are not currently available for purchase in your region. Additionally, the Store is not available to users with some Enterprise Agreements"
    Could you please advise how to subscribe it? Thanks!

    Hi,
    Please have a look at Azure Store FAQs, I think you'll get answer here.
    #http://azure.microsoft.com/en-us/gallery/store/faq/
    As Alex said, your region and your subscription are the important factors.
    1. what's your region?
    What countries/regions are supported for Azure Store Consumers (i.e. Sell To)? 
    Azure Store is currently available to consumers in the following countries:
    Algeria
    Argentina
    Australia
    Austria
    Bahrain
    Belarus
    Belgium
    Brazil
    Bulgaria
    Canada
    Chile
    Colombia
    Costa Rica
    Czech Republic
    Denmark
    Dominican Republic
    Ecuador
    Egypt
    El Salvador
    Estonia
    Finland
    France
    Germany
    Great Britain (United Kingdom)
    Greece
    Guatemala
    HongKong
    Hungary
    Indonesia
    Ireland
    Israel
    Italy
    Japan
    Jordan
    Kazakhstan
    Kenya
    Kuwait
    Latvia
    Lithuania
    Luxembourg
    Macedonia
    Malaysia
    Malta
    Mexico
    Montenegro
    Morocco
    Netherlands, The
    New Zealand
    Nigeria
    Oman
    Pakistan
    Panama
    Paraguay
    Peru
    2. what kind of a subscription are you using?
    Please note that the Store is only available to Direct EA customers.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I'm an Add-on developer, I want to pack extension which has jquery libraries?

    ''locking this thread as duplicate, please continue at [https://support.mozilla.org/en-US/questions/985240 /questions/985240]''
    I'm an Add-on developer, I want to pack my extension and get its skeleton and this extension has Jquery libraries?

    I am also addon developer. I use it like this :-
    I use the following example.xul:
    <?xml version="1.0"?>
    <overlay id="example" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    <head></head>
    <script type="application/x-javascript" src="jquery.js"></script>
    <script type="application/x-javascript" src="example.js"></script>
    </overlay>
    And here is an example.js
    (function() {
    jQuery.noConflict();
    $ = function(selector,context) {
    return new jQuery.fn.init(selector,context||example.doc);
    $.fn = $.prototype = jQuery.fn;
    example = new function(){};
    example.log = function() {
    Firebug.Console.logFormatted(arguments,null,"log");
    example.run = function(doc,aEvent) {
    // Check for website
    if (!doc.location.href.match(/^http:\/\/(.*\.)?stackoverflow\.com(\/.*)?$/i))
    return;
    // Check if already loaded
    if (doc.getElementById("plugin-example")) return;
    // Setup
    this.win = aEvent.target.defaultView.wrappedJSObject;
    this.doc = doc;
    // Hello World
    this.main = main = $('<div id="plugin-example">').appendTo(doc.body).html('Example Loaded!');
    main.css({
    background:'#FFF',color:'#000',position:'absolute',top:0,left:0,padding:8
    main.html(main.html() + ' - jQuery <b>' + $.fn.jquery + '</b>');
    // Bind Plugin
    var delay = function(aEvent) {
    var doc = aEvent.originalTarget; setTimeout(function() {
    example.run(doc,aEvent);
    }, 1);
    var load = function() {
    gBrowser.addEventListener("DOMContentLoaded", delay, true);
    window.addEventListener("pageshow", load, false);
    })();

  • Will a Microsoft Office Add-In developed in Visual Studio work for both a Windows and Mac ( osx ) versions of Ms Office?

    I want to develop a Microsoft Office Word Add-In for Mac Users. I would like to know if we create it using Visual Studios in windows will it be compatible with the Mac version of office or is there a whole another way to develop for Mac?
    Please provide links so that I could follow some guidelines. The http://msdn.microsoft.com/site
    doesn't exactly speak of the platform compatibility of the Add-In.
    Thank You very Much in Advance.

    Office:Mac 2011 only supports add-ins that were developed in VBA. Office:Mac 2008 does not support add-ins at all. A
    new version of Office:Mac is slated for release in 2015, there have been no announcements as of this writing (December 2014) whether Microsoft will support additional methods of developing add-ins in the new version of Office:Mac.
    For further information, check out
    Getting Started with VBA in Office for Mac 2011 from the Office:Mac 2011 help files. You might find more assistance in developing Office:Mac add-ins in the
    Office:Mac help forums hosted by Microsoft.

  • Reg Error in Add on Developement

    Hi,
        I have developed the add on and it was working fine. But that was developed in SQL 2005 beta version and SAP B1 2005B(SP:00, PL:06),
    After the Installed SQL 2005 Licenced version when i run the Add on it's showing the error in Connection itself.
    <b>
    "An unhandled exception of type 'System.NullReferenceException' occurred in XenosAddOn.exe"
    "Additional information: Object reference not set to an instance of an object."</b>
    the Above error occur in the below place
      <b>ConnectToCompany = oCompany.Connect</b>
    and when i use the message box like
    <b>SBO_Application.MessageBox("DI Connected To: " & oCompany.CompanyName & vbNewLine & "Add-on is loaded")</b>
    also
    Please help me on the issue
    this is very urgent
    Regards
    Suresh R

    Hi Alexey,
       Thanks for your reply. Here is my code  for the connection...
    Public Sub New()
            MyBase.new()
            class_init()
            AddmenuItem()
    End Sub
    Private Sub class_init()
            setApplication()
            If Not SetConnectionContext() = 0 Then
                SBO_Application.MessageBox("Failed setting a connection to DI API")
                End
            End If
            If Not ConnectToCompany() = 0 Then
                SBO_Application.MessageBox("Failed connecting to the company's Data Base")
                End
            End If
    End Sub
    Private Sub setApplication()
            Dim SboGuiApi As SAPbouiCOM.SboGuiApi
            Dim sConnectionString As String
            SboGuiApi = New SAPbouiCOM.SboGuiApi
            sConnectionString = "0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056"
            SboGuiApi.Connect(sConnectionString)
            SboGuiApi.AddonIdentifier = "5645523035496D706C656D656E746174696F6E3A5231333335313631373238B5AA2FF2725C18F676AA10704C74B20F3DF9B4E6"
            SBO_Application = SboGuiApi.GetApplication
    End Sub
        Private Function SetConnectionContext() As Integer
            Dim sCookie As String
            Dim sConnectionContect As String
            Dim lRetcode As Integer
            Try
                oCompany = New SAPbobsCOM.Company
                sCookie = oCompany.GetContextCookie
                sConnectionContect = SBO_Application.Company.GetConnectionContext(sCookie)
                If oCompany.Connected = True Then
                    oCompany.Disconnect()
                End If
                SetConnectionContext = oCompany.SetSboLoginContext(sConnectionContect)
            Catch ex As Exception
                MessageBox.Show(ex.Message)
            End Try
        End Function
    Private Function ConnectToCompany() As Integer
            <u><b>ConnectToCompany = oCompany.Connect</b></u>
    End Function
    in the above code i am getting the error in the ConnectToCompany only..
    pl help me
    Thanks in Advance
    Suresh R

  • Add on Development

    hi guys,
    I develop one add-on using VB.net.When I run the program from VB.net it works fine.
    But when I make add-on It give the Error.
    Error :- "Connection String does not match UI Development work mode"
    When I am trying to create identifier string from
    Administration->License->Add-on Identifier->development
    I faced following error.
    "License Error : 100000006 No License"
    can any one tell me the reason for this error?

    Connection string: if you are in dev mode i.e. if you are
    starting the add-on by yourself you need to connect with
    the connection string provided by SAP. Otherwise if you
    are in target mode and your add-on is started by B1 you
    will get a connection string as a parameter passed to
    your add-on exe.
    This is explained in the e-learning material and the same
    for the licensing. Have a look at it, it is available
    here on SDN.

  • Add-On Development using SDK Tools

    Hi,
    I am new in this type of development! i.e. using SDK Tools to enhance my SAP B1 functionality.
    I have developed many solution using Oracle Forms Developer
    Forms are highly integrated with Database and we have to just put our business logic in triggers!
    Now what I have found using B1DE
    Forms can be made easily using VS.Net Platform.
    We can Insert data, Updated Date, Find Data ( Very Easy using B1DE )
    The Problem is using SDK Tools B1DE
    How can I create relationship with Tables like
    I am designing a form with includes input of Items
    1*** I need integrity constraints in my form e.g. with Itemcode from OITM Table
    2*** Also I want to select these Items from List (using Tab functionality) not from Formatted search
    3*** Also I want to add some additional fields i.e. not Database Fields
    I haven't found any help from the SDN for these issues
    Or
    I have to do all things manually from the code of VS.Net
    I have viewed third party add-ons i.e. Payroll which have all these functionalities
    Like SAP B1 basic forms.
    which tools they are using i.e. ( Manual coding using UI API, May be ABAP or something else or Axel Windows Components )
    Or should I develop my forms in VS.Net using Axel Windows Components
    I am so confused which path should I select!
    Looking for your response!
    Best Regards,
    Umer Nasim

    Umer Nasim,
    My suggestion is that you take the SAP Business One SDK eLearning training that is located here on SDN at ...
    https://www.sdn.sap.com/irj/scn/elearn?rid=/webcontent/uuid/0039e82a-fcd7-2a10-c380-b17f1e02b543 [original link is broken]
    ... specifically the DI and UI API's.
    Eddy

  • Azure - Setting up development environment

    Hi 
    I am looking at doing a proof of concept for moving our companies current web site/app to azure.
    Our site makes use of redirecting to sub domains so am i right in thinking that to debug in development i would have to host it locally on IIS so i can setup the relevant bindings? If this is true, when i swap out our current caching implementation for an
    azure in role one, when i debug or run locally what will happen?
    How will the azure components or references be handled in IIS when not using the emulator? Is this even possible?
    Thanks in advance.
    Nic

    Hi,
    Which azure service do you want to move your web site/app? Could you try to rewrite web.config to set URL redirect rules, if that, we only need to change web.config instead of debug in local. If I misunderstand, please feel free to let
    me know.
    Best Regards   
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Add custom development to Portal

    Dear friends,
    I am a abaper new to Portal. I have developed car expenses screens in SAP. I have a requirement to add these screens in Portal under particular link.
    Kindly suggest.
    Praveen Lobo

    Is your custom development screen is accessed through any T-code , then you can use SAP Transaction iview where you can mention the t-code there.
    Please mention the kind of development that you did like developed in webdynpro ABAP or BSP ..etc...
    If you developed it through webdynpro ABAP, then you have to use SAP WEbdynpro iview.
    Below blog will help you in creating webdynpro abap iview
    Creating WD-ABAP iView and the WD Namespace
    You can also create BSP iviews with the below help link
    http://help.sap.com/saphelp_nw04s/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/frameset.htm
    Raghu

  • Legalities Concerning Flash Add-Ons; Development, Advertisement, Sales, Etc.

    What is Adobe's stance on an individuals ability to develop, advertise and sell plug-ins or extensions, specifically for Flash Professional (cs3, cs4, cs5 & 5.5, etc). Is there any ownership, equity, or royalty laws concerning an add-on I create and sell?  Does it matter if I'm using actionscript or not? Does it matter which version(s) of Flash (aforementioned cs versions) I am making this add-on for?
    I have posted this question in other forums and have found no luck, often no attempts at even answering. Please do not tell me "don't bother, most people won't buy something like that" as that is an answer I've already been given and in no way answers the question being asked.
    Small recap of the specific question -
    Can I LEGALLY develop a flash add-on and/or extension, advertise it, sell it, etc without having to worry about Adobe claiming royalties ownership etc?
    I'd just like to be extra cautious as I do not wish to enter into any legal issues.
    Thank you for your help!

    Maybe you could contact someone who already sells them, like Justin Putney Ajar Productions » Flash Extensions

  • Azure API Management developer portal runtime error

    Hi,
    I'm trying to use the Microsoft Azure API Management functionality just announced in the TechEd 2014 americas.
    I was able to create my namespace for Azure API Management in the Azure Mgmt Portal.
    But now, when I click on the Management Console or Developer Portal, I got a runtime error (ASP.Net Runtime Error).
    I tried from a PC where I'm not authenticated in Azure and it works until I reach the login page, and then I got this Runtime Error again and again.
    My subscription is a MSDN subscription.
    Any ideas or workarounds here?

    Hi,
    The problem still exists but it appears only when I'm authenticated.
    For example, I open the Windows Azure Management Portal with my admin account, goes to the API Management and click on the Management Console. I'm redirected to the https://middleway.portal.azure-api.net/admin URL and here I got a Runtime Error ASP.Net...
    Strange no?

  • Veristand : Provide a Reference Manual for add-on development

    When we have to develop add-ons for Veristand, we need to search into examples and existing add-ons to find how to implement some basic or advanced functionalities.
    For example : using the node browser control in a labview dialog box, or finding the list of the optional inputs for custom workspace.
    This is really time consuming !
    Veristand is missing documentation for add-ons developpers. It would be good to have a Reference Manual like in TestStand.

    Thank you very much J Maloney. I really got into the Adobe reference that you gave me a link for. It is great! I finally understand what is the difffernce between objects and adjustment layers and masks. I think I get the concept of channels as well. Suddenly Kelby's books are not just inexplicable sequence of buttons pressed. I actually at least in part understand (I think) on a conceptual level what is happening. This is an important breakthrough for me - the biggest since I have been able to calibrate my system and being able to sofproof the photos, so that in strong Solux (white) lighting I get images in print that are very similar to those on my monitor, when I put the two next to each other. I now beleive I will be able to learn to use PS reasonably effectively over time. I appreciate your help.
    I also appreciate your most recent suggestion and your endorsement Jerome as well. I purchased the CS3 version of the Bible. I will see how well this will serve me. If I find that I need more or if I will not be able to breach the gap between CS 3 and 4 (I suspect I will be able to), I will get the reference you two suggest.
    I am very appreciative of your help. PS is a challenge for me and you kicked me in the right direction. Pavel

  • How to add and develop eCommerce to a live BC site.

    Hi
    I have an exsisting live BC site http://www.alchemiststea.co.uk/ and want to continue developing it by adding ecommerce to it.
    I want to develope and share the site progress with the client without publishing to the live site untill development is complete.
    I can see that I have the option of hiding pages and areas untill ready for publishing but I cant see how I would then be able to view or share the site in development.
    What I really want is two versions of the site a live version and a development version. I can see that I could make a copy of the existing site and start a new BC trial version which I could copy back in to the live version's location (exsisting BC hosting) once complete. But this still seems a little cack handed and I'm concerned that it may not work as I would then need to manually add products, blogs news items etc as these would not copy over with the site.
    Could anyone advise what best practice would be for this? Is there a magic button I'm missing?
    Many Thanks
    Cas

    Hi Cas
    You could put all your new pages in a Secure Zone, an area of the website that requires a user name and password. Once you have the site ready to launch, you can simply remove the Secure Zone for those pages.
    Here's a quick 'how to' example:
    To create a Secure Zone, first go to the Site Manager (left side menu in Admin) > Pages and create a new page. You can use this new page as the initial landing page once a user logs in (it could have links to any pages you are developing - a kind of handy place to put notes too for the client previewing your work in progress).
    Next select Site Manager > Secure Zone. Add a new Secure Zone. Give it a name, like 'Development', and select your new landing page.
    When you create a new web page for your client, you can add it using the Site Manager > Secure Zone > (name of your secure zone) > add pages to Secure Zone.
    In the case of dynamic pages (like a catalog or product page) you would put links to these pages inside a page that is within your Secure Zone. Note that you can also use templates with Secure Zones. I'd suggest you use a duplicate copy of your site template for this so you can put links in the menu specific to the Secure Zone, like a link to a catalog or product page.
    Next you will need a login page to access the Secure Zone. Create a new page for this and insert the Secure Zone login module from the Modules toolbox menu on the right of your Admin > Pages > editing.
    Final part is granting access. In the Admin menu (right side) select CRM > Customers > Add Contact (if the user is not already in the CRM).
    Once the customer is selected, choose Subscriptions from the tabs just below their name. Then check the box listed under Secure Zone.
    Still in the CRM with that customer, select Details from the tab just below their name, if there is no user name or password shown, you can add one (click edit).
    Hope that helps.
    - Simon
    www.dotsilo.com

  • SRM PORTAL add new develop.

    Hi  Masters.
      SRM 5.0 no Netweaver portal used, the portal own the SRM. 
    The requirement is add a new functionality,  the new develop was development in compositon enviroment
    the quiestion is.
    how that new development is link through the portal SRM, any documentation is valuable to me.
    Thanks.

    hi thanks.
    when I see nwds>file>new-->other, I don´t see anything called java script.
    please see this links, is my nwds.
    http://www.mialbumdefotos.com/fotos/@32190/128570/
    http://www.mialbumdefotos.com/fotos/@32190/128569/
    thanks so much.

  • Add-on development start

    Hi,
    For developing one add-on,
    1. Create user tables
    2. Create fields for them
    3. Create UDO
    then how to proceed stepwise?

    Actually I am trying to build the Blanket solution given in SDK help by my own. I have created the form. and writing code as described. But i am getting errors. Please help. I am pasting the code for Blanket.vb class
    Public Class Blanket
        Private WithEvents SBO_Application As SAPbouiCOM.Application ' UI application
        Private oCompany As SAPbobsCOM.Company      ' DI application
        'Declaring an Event Filters container and an Event Filter object
        Public oFilters As SAPbouiCOM.EventFilters
        Public oFilter As SAPbouiCOM.EventFilter
        Private oMatrix As SAPbouiCOM.Matrix        ' Global variable to handle matrixes
        ' Variables for Blanket Agreement UI form
        Private cmbBPCode As SAPbouiCOM.ComboBox    ' Global variable for the BP Code
        Private txtBPName As SAPbouiCOM.EditText    ' Global variable for the BP Code
        Private colItemCode As SAPbouiCOM.Column    ' Global variable for the Item Code
        Private colItemName As SAPbouiCOM.Column    ' Global variable for the Item Name
        Private colItemPrice As SAPbouiCOM.Column   ' Global variable for the Item Price
        Private colItemQuan As SAPbouiCOM.Column    ' Global variable for the Item Quantity
        Private colInitQuan As SAPbouiCOM.Column    ' Global variable for the Item Initial Quantity
        Private colItemTotal As SAPbouiCOM.Column   ' Global variable for the Item Total
        Private oDocTotal As SAPbouiCOM.EditText    ' Global variable for the Blanket Total
        Private AddStarted As Boolean                ' Flag that indicates "Add" process started
        Private RedFlag As Boolean                   ' RedFlag when true indicates an error during "Add" process
        Private InvOk As Boolean                     ' Indicates that an invoice can be withdrawn from blanket agreement
        Private RowNum As Integer                    ' Row Number in a matrix
        Private ItemCodes() As String                ' Array to render Item Codes
        Private ItemQuantities() As Double           ' Array to render Item Quantities
        Private oEditBPCode As SAPbouiCOM.EditText   ' Global variable for the BP code edit text
        Private oEditPostDate As SAPbouiCOM.EditText ' Global variable for the Post Date edit text
        Private strEditBPCode As String              ' Global variable for the BP code edit text string value
        Private strEditPostDate As String            ' Global variable for the Post Date edit text string value
        Private IsNewItem As Boolean                 ' Indicates if you added a new item to invoice/quotation/order
    #Region "Single Sign On"
        Private Sub SetApplication()
            AddStarted = False
            RedFlag = False
            '// Use an SboGuiApi object to establish connection
            '// with the SAP Business One application and return an
            '// initialized application object
            Dim SboGuiApi As SAPbouiCOM.SboGuiApi
            Dim sConnectionString As String
            SboGuiApi = New SAPbouiCOM.SboGuiApi
            '// by following the steps specified above, the following
            '// statement should be sufficient for either development or run mode
            sConnectionString = Environment.GetCommandLineArgs.GetValue(1)
            '// connect to a running SBO Application
            SboGuiApi.Connect(sConnectionString)
            '// get an initialized application object
            SBO_Application = SboGuiApi.GetApplication()
        End Sub
        Private Function SetConnectionContext() As Integer
            Dim sCookie As String
            Dim sConnectionContext As String
            Dim lRetCode As Integer
            Try
                '// First initialize the Company object
                oCompany = New SAPbobsCOM.Company
                '// Acquire the connection context cookie from the DI API.
                sCookie = oCompany.GetContextCookie
                '// Retrieve the connection context string from the UI API using the
                '// acquired cookie.
                sConnectionContext = SBO_Application.Company.GetConnectionContext(sCookie)
                '// before setting the SBO Login Context make sure the company is not
                '// connected
                If oCompany.Connected = True Then
                    oCompany.Disconnect()
                End If
                '// Set the connection context information to the DI API.
                SetConnectionContext = oCompany.SetSboLoginContext(sConnectionContext)
            Catch ex As Exception
                MessageBox.Show(ex.Message)
            End Try
        End Function
        Private Function ConnectToCompany() As Integer
            '// Establish the connection to the company database.
            ConnectToCompany = oCompany.Connect
        End Function
        Private Sub Class_Init()
            '// set SBO_Application with an initialized application object
            SetApplication()
            '// Set The Connection Context
            If Not SetConnectionContext() = 0 Then
                SBO_Application.MessageBox("Failed setting a connection to DI API")
                End ' Terminating the Add-On Application
            End If
            '// Connect To The Company Data Base
            If Not ConnectToCompany() = 0 Then
                SBO_Application.MessageBox("Failed connecting to the company's Data Base")
                End ' Terminating the Add-On Application
            End If
            '// send an "hello world" message
            SBO_Application.MessageBox("DI Connected To: " & oCompany.CompanyName & vbNewLine & "Add-on is loaded")
        End Sub
    #End Region
        Public Sub New()
            MyBase.New()
            Class_Init()
            AddMenuItems()
            SetFilters()
        End Sub
        Private Sub DrawForm()
            Dim oForm As SAPbouiCOM.Form               ' The new form
            Dim oItem As SAPbouiCOM.Item               ' An item on the new form
            Dim oCombo As SAPbouiCOM.ComboBox          ' Combo box item for the BP code and Item code
            Dim oColumns As SAPbouiCOM.Columns         ' The Columns collection on the matrix
            Try
                LoadFromXML("blanket.srf")
            Catch ex As Exception
                MessageBox.Show(ex.Message)
            End Try
            oForm = SBO_Application.Forms.Item("FBLK")
            ' Add Edit Items
            ' BP Code
            oItem = oForm.Items.Item("txtCode")
            cmbBPCode = oItem.Specific
            AddBPCodeCombo(cmbBPCode)
            ' BP Name
            oItem = oForm.Items.Item("txtName")
            txtBPName = oItem.Specific
            ' Doc Total
            oItem = oForm.Items.Item("txtTotal")
            oDocTotal = oItem.Specific
            ' Add a matrix
            oItem = oForm.Items.Item("mat")
            oMatrix = oItem.Specific
            oColumns = oMatrix.Columns
            ' Item Code
            colItemCode = oColumns.Item("ItemCode")
            colItemName = oColumns.Item("ItemName")
            colItemPrice = oColumns.Item("ItemPrice")
            colItemQuan = oColumns.Item("ItemQuan")
            colInitQuan = oColumns.Item("InitQuan")
            colItemTotal = oColumns.Item("ItemTotal")
            'Add Valid Values
            AddItemsToCombo(colItemCode)
            oMatrix.AddRow()
        End Sub
        Private Sub AddItemsToCombo(ByVal oColumn As SAPbouiCOM.Column)
            Dim RS As SAPbobsCOM.Recordset
            Dim Bob As SAPbobsCOM.SBObob
            RS = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            Bob = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoBridge)
            RS = Bob.GetItemList
            RS.MoveFirst()
            While RS.EoF = False
                oColumn.ValidValues.Add(RS.Fields.Item("ItemCode").Value, RS.Fields.Item("ItemName").Value)
                RS.MoveNext()
            End While
        End Sub
        Private Sub AddBPCodeCombo(ByVal oCombo As SAPbouiCOM.ComboBox)
            Dim RS As SAPbobsCOM.Recordset
            Dim Bob As SAPbobsCOM.SBObob
            RS = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            RS.DoQuery("SELECT CardCode,CardName FROM OCRD WHERE CardType='C' ORDER BY CardCode")
            RS.MoveFirst()
            While RS.EoF = False
                oCombo.ValidValues.Add(RS.Fields.Item("CardCode").Value, RS.Fields.Item("CardName").Value)
                RS.MoveNext()
            End While
        End Sub
        Private Sub AddMenuItems()
            Dim oMenus As SAPbouiCOM.Menus          ' The menus collection
            Dim oMenuItem As SAPbouiCOM.MenuItem    ' The new menu item
            ' Get the menus collection from the application
            oMenus = SBO_Application.Menus
            Dim oCreationPackage As SAPbouiCOM.MenuCreationParams
            oCreationPackage = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams)
            oMenuItem = SBO_Application.Menus.Item("2048") ' Sales menu ID
            oMenus = oMenuItem.SubMenus
            ' New menu parameters
            oCreationPackage.Type = SAPbouiCOM.BoMenuType.mt_STRING
            oCreationPackage.UniqueID = "mnuBlanket"
            oCreationPackage.String = "Blanket Agreement"
            oCreationPackage.Enabled = True
            oCreationPackage.Position = 15
            Try ' If the manu already exists this code will fail
                oMenus.AddEx(oCreationPackage)
            Catch er As Exception ' Menu already exists
                SBO_Application.MessageBox("Menu Already Exists")
            End Try
        End Sub
        Public Function CheckBlanketPrice(ByVal BPCode As String, ByVal ItemCode As String, ByVal PostDate As String, ByVal Quantity As Double) As Double
            CheckBlanketPrice = -1
            'Find if there's a blanket agreement for this BP on this item in this date
            Dim sSQL As String
            sSQL = "SELECT U_ItemCode,DocEntry,U_Price,U_Quan FROM [@SM_BLK1] WHERE U_ItemCode = '" & ItemCode & "'"
            Dim oLineRec As SAPbobsCOM.Recordset
            Dim oDocRec As SAPbobsCOM.Recordset
            Dim DocNum As String
            oLineRec = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            oDocRec = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            Try
                oLineRec.DoQuery(sSQL)
                'SBO_Application.MessageBox("Line: " & sSQL)
            Catch ex As Exception
                MessageBox.Show(sSQL)
                'MessageBox.Show(ex.Message)
            End Try
            If oLineRec.RecordCount > 0 Then
                oLineRec.MoveFirst()
                DocNum = CStr(oLineRec.Fields.Item(1).Value)
                sSQL = "SELECT U_BPCode,DocEntry,U_StartDT,U_EndDT,U_Status FROM [@SM_OBLK] WHERE (DocEntry = " & DocNum & ") AND (U_BPCode = '" & BPCode & "')"
                'SBO_Application.MessageBox(sSQL)
                Try
                    oDocRec.DoQuery(sSQL)
                    'SBO_Application.MessageBox(oDocRec.RecordCount)
                Catch ex As Exception
                    MessageBox.Show(ex.Message)
                End Try
                While ((oDocRec.RecordCount <= 0) And (oLineRec.EoF = False))
                    'SBO_Application.MessageBox("In While")
                    oLineRec.MoveNext()
                    DocNum = CStr(oLineRec.Fields.Item(1).Value)
                    sSQL = "SELECT U_BPCode,DocEntry,U_StartDT,U_EndDT,U_Status FROM [@SM_OBLK] WHERE (DocEntry = " & DocNum & ") AND (U_BPCode = '" & BPCode & "')"
                    'SBO_Application.MessageBox(sSQL)
                    Try
                        oDocRec.DoQuery(sSQL)
                        'SBO_Application.MessageBox(oDocRec.RecordCount)
                    Catch ex As Exception
                        MessageBox.Show(ex.Message)
                    End Try
                    'SBO_Application.MessageBox("out While")
                End While
                If oDocRec.RecordCount > 0 Then
                    oDocRec.MoveFirst()
                    Dim DStart As Date
                    Dim DEnd As Date
                    Dim DPost As Date
                    Dim SPost As String
                    Dim Quan As Double
                    Dim Status As String
                    DStart = oDocRec.Fields.Item("U_StartDT").Value
                    DEnd = oDocRec.Fields.Item("U_EndDT").Value
                    Status = oDocRec.Fields.Item("U_Status").Value
                    Quan = oLineRec.Fields.Item("U_Quan").Value
                    SPost = PostDate.Substring(4, 2) & "/"
                    SPost += PostDate.Substring(2, 2) & "/"
                    SPost += PostDate.Substring(0, 4)
                    DPost = SPost
                    'Check that the blanket agreement date is valid
                    If Status = "Active" Then
                        If (DStart <= DPost) And (DEnd >= DPost) Then
                            If Quan >= Quantity Then
                                CheckBlanketPrice = oLineRec.Fields.Item(2).Value
                            Else
                                SBO_Application.MessageBox("Item " & ItemCode & " Max quantity can be " & Quan)
                            End If
                        End If
                    End If
                End If
            End If
        End Function

Maybe you are looking for

  • Cannot save alias. The alias cannot be saved at this time.

    I'm trying to create an alias and cannot. Error is title of this post. I've searched this issue in the support community and only see similar issues as recent as 2013 and 2012. I'm wondering if there is any support for this issue. Thanks!

  • Upgrading to MAC OS 10.5.8 from 10.4.11 for new iPhone4 usage

    I found out after purchase that I need to upgrade to a newer operating system to use my new phone. (That's OK because I've been meaning to for some time.) Should I go with Leopard or Snow Leopard? What issues should I be on the lookout for when I upg

  • Lyric app no longer on spotify

    the apps i add to spotify like Music Match to show me the lyrics from the current song playing, is no longer after Spotify updated....

  • Error 16 for Photoshop CC2014 and Lightroom

    MacBook Pro, OS 10.9.4 When I try to launch Photoshop CC2014 or Lightroom 5 I get an alert with "error 16" and the tech bulletin for that shows how to change permissions for two folders. 1) I changed permissions, as shown in the Adobe bulletin severa

  • Automate FI (OB52)/CO(OKP1) posting period

    Hi, We would like to automate the FI & CO period opening procedure by batch process.  Iu2019ve two Qs; 1) OB52: The standard programs RFPERIOD_OPEN and RFPERIOD_CLOSE do not have dynamic date selection option while creating variant. 2)OKP1 : There is