What is a VBC?

VBC stands for Virtual Business Component. Important features describing VBC are as following:

  • > VBC does not have table associated to it which means data is not stored in Siebel tables.
  • > Class of a VBC has to be CSSBCVExtern.
  • > A business service is associated with VBC with the help of user property.
  • > Business service can be vanilla (XML Gateway) or Custom BS.
  • > We have handle all the events if we associate VBC with a Custom BS.

Related Questions

neel tagged this post with: , , , Read 39 articles by
  • santosh N

    And u need to describe about the method’s of BS ,which is using in VBC,
    e.i-:
    1.Inite (It is initialize the BS with the VBC)
    2.Query

    Opitional

    3.Insert
    4. Pri- Insert
    5.Update
    6.Delete

    then,

    the user prop of the VBC are

    1.Service Name(Specife the BS Name)
    2.Service parameter
    3.Remote Source
    4.VBC Compatibility
    5.Max Row

    After that map the VBC with the Root BO.

    BO –> BOC

    Let me know if is there any additional Steps.

    Rgd

    Santosh.N

  • santosh N

    This is the additional step OF VBC……..

    And u need to describe about the method’s of BS ,which is using in VBC,
    e.i-:
    1.Inite (It is initialize the BS with the VBC)
    2.Query

    Opitional

    3.Insert
    4. Pri- Insert
    5.Update
    6.Delete

    then,

    the user prop of the VBC are

    1.Service Name(Specife the BS Name)
    2.Service parameter
    3.Remote Source
    4.VBC Compatibility
    5.Max Row

    After that map the VBC with the Root BO.

    BO –> BOC

    Let me know if is there any additional Steps.

    Rgd

    Santosh.N