Siebel Sales Rep Visibility in BI Publisher, Bug???

Hi,
I have run into an issue with a bi publisher report in Siebel 8.1.1.0 and BI Publisher 10.1.3.4.0 where there is a Siebel View with a Visibliity Applet Type = Sales Rep. The data showing in the report on this view is not filtered according to "Sales Rep" I believe this is because of the View having visiblility set to "Sales Rep". Is there a way to set the visiblity type on the Integration Object/Component???

Hi Antonio,
Thanks for the reply. I have tried applying the ViewMode user property to my integration object by setting the Integration Object User Property name to "ViewMode" and setting the value to "Sales Rep" but the report then pulls back 0 records. If I inactivate the user prop it should default the ViewMode to "All", if I run the report with ViewMode = All I am seeing records which are not in the view and which belong to other Sales Reps. Has anyone successfully tried using the Integration Object User property ViewMode = Sales Rep? I have been unable to get it to work.
Thanks

Similar Messages

  • HT5527 Why is it that when I bought my first generation iPad in October of 2010 the Apple sales rep at the Orange County California store suggested that I pay $99 for Mobile Me "coverage" and told me it was a "one time charge".

    Why is it when I bought my first generation iPad in October 2010 the sales rep at the Orange County California South Coast Plaza store suggested that I buy Mobile Me service for $99 which he assured me was a one time charge and now, of course, Mobile Me has been discontinued and I've been "forced" to move to the Cloud and I'm being provided with another year of what Apple calls complimentary service with the clear indication that in a year I'm going to be asked to pay again for something I paid a one time charge for two years ago?

    Mobile Me was the successor to .Mac (dot mac) which was "free" to all users but for a limited time. It included a free email address @mac.com and an amount of what we would now call "cloud" storage that went by the name of iDisk. iDisk worked great but with only dialup service for me it was barely useful.
    So I didn't think much of dot-mac but lots of people thought it was worth paying for, so they did. Apple wanted to make it even more useful and integrate it with their portable devices which we all know as iPads and iPhones, and assembled a team to make it all work. This was to be called Mobile Me.
    They failed miserably. Lots of people including me looked at the final product and said "huh?" Unfortunately for the Mobile Me engineers, one of those people was Steve Jobs. He first humiliated them quite publicly, then disbanded the team, including firing at least one senior manager who shall remain nameless.
    This was the rocky beginning of what is now called iCloud, which is the "free" service I should have explained. iCloud includes an email address @me.com, and the 5 GB of "storage" which aggregates things like iWork documents, your email, calendars, Photostream, and iPhone backups.
    You can buy more storage if you need more than 5 GB, but if you have more than that it's still free through September 2013.
    What happens if you have more than 5 GB stored on iCloud and on September 2013 you don't pay? I'm not sure, but you have a year to think about it.

  • New FiOS Internet Customer Lied to By Sales Rep - EXTREMELY UNHAPPY

    I had FIOS Internet installed in my new apt about a month ago. Before moving, I conducted my due diligence among the providers in my area. In order to sell me on the product, I had a couple chats with Sales Reps, which was documented on some type of call log. Anyways - on the last call I had, the Sales Rep convinced me to order FIOS Internet over the phone. She assured me that she would be able to match the price as reflected and promoted online. I wanted the 25/25 Internet service which was 49.99 for the first 12 months, and 69.99 for following 12 months. The Sales Rep then sent me the confirmation e-mail displaying the price. I immedaitely notified the Sales Rep that the discount offer was not reflected, but she assured me that it would show up on my bill. She even went so far as to get a manager on the line to confirm that. The reason the Sales Rep said it wasnt reflected was due to a glitch/outage they were experiencing. Allegedly - the outage would not allow the proper discounts and credits to appear on their screen, but again she assure me that this would not be the case when I received my bill. On that condition (receiving a proper bill with the appropriate quoted price) I approved of the deal.
    A month later, I received a bill THAT DID NOT REFLECT WHAT WAS PROMISED. After waiting for Verizon to amend the bill, to no avail, I decided to call Customer Service. That was an absolute waste of my time - an hour and change to hear the same story (not to mention the first Customer Service Rep deliberately hanging up on me after about 30 min). That what the Sales Rep said was not true - Sales Rep's cant match the online prices. [As an aside - why on Earth can't Sales Rep's for Verizon match the price that Verizon offers? That is very weird to me. You all work for the same company.].
    Why cant Verizon match what was offered/promoted - and what is currently being promoted at the moment on the web?
    To support my claim with facts - why would I agree to a $74.99+ price quote (that of 'no annual contract') for a 24 mo contract - when the 24 mo. contract obviously has a discounted price. Furthermore, in my due diligence and research, why would I agree to take a higher price when the quote online for the same service is far lower? All this implies is that in fact the Sales Rep did assure me that she could "match" the price promoted - there is no logical reason for me to accept anything else. 
    I need this to be resolved or I will soon cancel this service and move over to TWC. What this really amounts to is misrepresentation by the Sales Rep, and an unreliable Customer Service. 

    Hi mesalaza,
    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you. Please go to your profile page for the forum and look at the top of the middle column where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under "My Support Cases" you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe". Please keep all correspondence regarding your issue in the private support portal.

  • Joining Quotes with Orders in OBIA Siebel Sales

    Hi Gurus,
    I need to find a way to join the Quotes with the Order in the OOTB RPD from Siebel Sales implementation. I am trying to join with the Row_WID but i do not get any results for the below query, i want to have the the Quote number and the related Order Number and details.
    select * from obaw.w_order_d a, obaw.w_order_f b, obaw.w_Quote_f c, obaw.w_quote_d d
    where a.row_wid=b.row_wid
    and b.row_wid=c.row_wid
    and c.row_wid = d.row_wid
    I am sure i am going grossly going wrong somewhere.
    Quick help will be appreciated.
    Regards,
    Amit

    Amith,Is this answered Common key to join Opportunity, Quotes & Orders
    Coming to your question,you established the joins wrong,here is the query i have written for you
    select a.integration_id ,a.row_wid,a.vis_pr_bu_id,
    b.integration_id "quote integration",b.row_wid "quote wid",b.vis_pr_bu_id "quote vis",
    c.integration_id "fact int",c.quote_wid "fact quote",c.vis_pr_bu_id "fact vis"
    from w_order_d a,
    w_quote_d b,
    w_quote_f c,
    w_order_f d
    where a.row_wid=b.row_wid
    and b.row_wid=c.quote_wid
    and a.row_wid=d.order_wid
    hope answered.
    Cheers,
    KK
    Edited by: Kranthi.K on Jun 27, 2011 9:24 PM

  • Hi,  I've just purchased and installed an upgrade from Lightroom 4 to 5.  It doesn't seem to handle raw files authored with a new Nikon D750 camera.  I spoke to the sales rep about this and he gave me a link to the 8.6 DNG converter page with instructions

    Hi,  I've just purchased and installed an upgrade from Lightroom 4 to 5.  It doesn't seem to handle raw files authored with a new Nikon D750 camera.  I spoke to the sales rep about this and he gave me a link to the 8.6 DNG converter page with instructions to download.  8.6 only works with Mac OS 10.7-10.9, according to the page.  I'm running Yosemite, Mac 10.10.  Please can you tell me my options?  Lightroom 4 worked beautifully with my older cameras' raw files so I would like to continue using the application.  What should I do?  How soon will Lightroom 5 be able to deal with raw files from a D750.  Many thanks, Adam.

    Until the next version of Lightroom is released, you need to use the DNG Converter version 8.7RC to convert your RAW photos to DNG and then import the DNGs into Lightroom.

  • My bill is not what the sales rep promised me when I signed up!!!!!!

    So my last post seems to be deleted...  Lets start again.   I signed up for service and it was installed on June 15th.  When I signed up the sales rep told me I would get internet, cable, and phone for $119 per month and I could rent a modem for $10 per month. He explained to me the internet was fast and he told me about the new X1 service.  There was no mention of any extra charges.  The service order was left for me and the only charges that are listed are the $119 and the $10 for the modem.  I was shocked when my bill came. The bill was $174.95!!!  I am being charged for blast internet, X1 service and the extra box.  I spoke to someone via chat and I was passed off to the internet sign up division even though I told them I didn't sign up via the internet.  The person I spoke with gave me a reference number of 150622-000009 and said he would escalate my issue and someone would call me back within 72 hours.  Well 2 weeks later still no phone call.  I emailed the sales rep and he told me he would look into the issue about why my bill was so high.  So I waited 6 days and I emailed him again. He promised me he would look into it again yesterday and I still have nothing from him.  I can't believe I have to post here in front of lots of people to hopefully be heard althought I posted last night and today I cannot find my post?????   If this is how Xfinity/comcast does customer service, Im not sure this is the service for me.  I have been busy during your business hours and I can't seem to get any resolve.  My bill was due yesterday and I haven't been able to resolve this issue.  I also mentioned that our on demand doesn't work either.  It is very spotty and the only place I can get it to work is on my IPad.  I would much rather watch on the tv.  This is the worst customer service I have had.  I am a new customer and I think you would like to keep me happy.  Can I please get some resolve? 

    VC0323,
    I apologize for any inconvenience this may have caused you. I have sent you a private message to further assist you.
    You can click on my name (Comcastcares) and click on "Private Message Me”. 
    At the top of each Forum page you will see a small envelope 
    This is the icon for Private Messages, referred to as ‘PM’s’. A Private Message is a way to communicate in private, to another User, Moderator, or Administrator out of public view in the Forums.
    The gray envelope icon will have a number next to it if you have any new messages waiting. 
    To open a PM to read it, double click on the envelope. If you click on the white envelope a window will open with tabs for your Private Message Inbox, Sent Messages, Friends, Ignored Users, and Compose new Message. You can also access this area by clicking on the Username in a Thread or post. By default, Private Messages are enabled. You can disable this feature in My Settings>Preferences> Private Messenger.
    http://forums.xfinity.com/t5/Billing/Price-increas/m-p/2542019
     

  • FM to read Sales Rep and contact person name

    Is there a function module that gets the corresponding name for the following:
    1. Sales Rep, obtained from VBPA-PERNR with PARVW = 'PE'.
    2. Sales Contact person, obtained from VBPA-PARNR with PARVW = 'CP'.
    If no function module exists, at least where to get the required text?
    Thanks in advance.

    Hi
    Get the Name of the Contact person and the sales rep from the KNA1 or ADRC tables
    first get the Partner Number from the VBPA table with the respective Partner function and fetch name from KNA1
    or try/use the fun modules
    <b>EBPP_GET_PARTNER_TEXT
    ISU_GET_PARTNER_ADDRESS</b>
    Reward points for useful Answers
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Tried to upgrade my phone online using Loyalty Discount - Online sales Rep no help

    I tried to upgrade my phone online to take advantage of the online discount and also use  a loyalty discount.  The price of the phone is correct until it I get to checkout, the loyalty discount is then removed and only the online discount is applied.  I IM the online sales rep, but the person was of no help, telling me that all discounts had been applied.  After about 15 to 20 minutes of trying to explain that the loyaly discount was being removed at checkout, I just gave up and cancelled the order.
    I later tried it again, only to have the same problem and the same result from the online sales rep.
    What good is a loyaly discount if you can't use it?
    I am not sure if this is by design or if there is a glitch in the site, but the sales rep could not see my loyalty discount on my account and could not explain why this was happening.
    Do I need to go to a store to take advantage of the loyalty discount?
    Dons568
    Thanks

    It may depend on the type of store you go to.  Corporate stores are different from third-party retailers (who often carry cell products other than Verizon as well).  I would say call the specific store you plan to go to and ask before you go.

  • Sales Rep lied to me. what do I do?

    I'm 18 years old. A few weeks ago I broke my Galaxy s3. I do have insurance on it, but I figured I might as well go to my local Verizon store to see if they have any promotions.
    Long story short, I told the sales rep that I wanted the Galaxy s5.
    All was fine and dandy. He asked me what color I wanted, and told me about all of the accessories.
    He said the phone was in a promotion for existing customers and it would only be $99 plus $30 for an "extended early upgrade contract."
    Before he got the chance to transfer the contacts from the s3 to my new s5, we found out that I had a bill that I still need to pay before he could let me upgrade early.
    that was fine. I asked him how long the promotion would last and he said it would last until june 30th. Went home and paid the existing bill I had. The next day I came in. A different sales rep was helping me this time. he told me that if I wanted the Galaxy s5 then I would need to pay $200 for it. Plus $30 mail in rebate.
    I told him that yesterday I was in this store and the other sales rep told me a completely different story. he went and talked to the sales rep that was helping me the day before. Came back and said "the sales rep that helped you yesterday said that he did not tell you that." I then asked to talk to the store manager. Told her the whole situation. She more or less sided with her employee. I politely told her that her employee lied to me. I said " well, I was lied to about the price of the phone. The phone I currently have is broken. I'm your customer. What can you do to help me? "
    She looked at me, picked up her phone and strsrted talking. A few minutes later she got off the phone and outright said " I can't do anything for you. "
    I then just walked out. I'm a customer. I know I only 18, but I do work for what I have. I give them hard earned money to be treated like a simpleton.
    I haven't been able to use my phone for close to 3 weeks now and I still have to pay my bill.
    Can someone please just help me out here?
    I have no clue as to what else I should do..

    Use the insurance if you have it http://www.phoneclaim.com/Verizon
    Manufacturer warranty does not cover breakage. If you pay for Asurian they do. Be prepared to pay a deductible up to $169
    Or go to http://www.swappa.com and buy a used device and simply go online after you receive it and swap the emeid number from the new phone to replace the old phone.
    You can also pay full price and do the same thing I mentioned above.
    Good Luck

  • Writing IIF Statements for Sales Reps Goals

    I have a query that takes all of the Sales Reps Goals and divides them into daily goals based on Potential sales days. This works perfectly when a rep starts before the beginning of the year. The issue I have is when a rep starts mid-year. If a rep starts
    in June the goal should be divided by the remaining sales days left in the year and not the full year. I want to write an IIF statement that says if the rep's hire date is greater than 1/1/2015 then calculate based on remaining sales days. The query that works
    for old reps is below:
    SELECT uSERS.lifeguard_id
    , GOALS.ProductID
    , GOALS.GoalAmount / (SELECT SUM(WC.[Total Potential Sales Days (excluding Sat)]) 
    FROM MISC.WorkingCalendar WC 
    WHERE WC.Year = YEAR(GETDATE())
    GROUP BY [YEAR]
    ) * WC.[Total Potential Sales Days (excluding Sat)] AS GOALS
    , WC.Month
    , WC.Year
    , DATEADD(DD,-1, DATEADD(MM,1,cast( (cast(WC.Month as varchar) + ' 1 , ' + cast(WC.Year as varchar)) as date))) AS GoalDatea
    ,CASE WHEN WC.Month= 'Jan' THEN '201501'
         WHEN WC.Month = 'Feb' THEN '201502'
    WHEN WC.Month = 'Mar' THEN '201503'
    WHEN WC.Month = 'Apr' THEN '201504'
    WHEN WC.Month = 'May' THEN '201505'
    WHEN WC.Month = 'Jun' THEN '201506'
    WHEN WC.Month = 'Jul' THEN '201507'
    WHEN WC.Month = 'Aug' THEN '201508'
    WHEN WC.Month = 'Sep' THEN '201509'
    WHEN WC.Month = 'Oct' THEN '201510'
    WHEN WC.Month = 'Nov' THEN '201511'
    WHEN WC.Month = 'Dec' THEN '201512'
    END AS YearMonth
    FROM (
    SELECT [CRM Rep Name] as CRMREPNAME
    , CASE GoalAmount.GoalType
    WHEN 'Yearly Life' Then 'L'
    WHEN 'Yearly DI' then 'DI'
    WHEN 'Yearly CI' then 'CI'
    WHEN 'Yearly AI' then 'AC'
    end as ProductID
    , GoalAmount.GoalAmount
    , YEAR(GETDATE()) AS GoalYear
    FROM BAMaster.SalesRep SalesRep
    unpivot (
    GoalAmount FOR GoalType in([Yearly Life],[Yearly DI], [Yearly CI], [Yearly AI])) AS GoalAmount
    ) GOALS
    JOIN VISION.Users Users
    ON GOALS.CRMREPNAME = Users.user_code
    JOIN MISC.WorkingCalendar WC
    ON WC.Year = goals.GoalYear
    where lifeguard_id is not null
    order by lifeguard_id

    Sales Days
    Year
    Month
    Weekdays
    Saturdays
    Holidays
    Total Potential Sales Days (including Sat)
    Total Potential Sales Days (excluding Sat)
    2014 Running Total
    2015
    Jan
    20
    5
    2
    25
    20
    20
    2015
    Feb
    19
    4
    1
    23
    19
    39
    2015
    Mar
    22
    4
    0
    26
    22
    61
    2015
    Apr
    22
    4
    0
    26
    22
    83
    2015
    May
    20
    5
    1
    25
    20
    103
    2015
    Jun
    22
    4
    0
    26
    22
    125
    2015
    Jul
    22
    3
    1
    25
    22
    147
    2015
    Aug
    21
    5
    0
    26
    21
    168
    2015
    Sep
    21
    4
    1
    25
    21
    189
    2015
    Oct
    21
    5
    1
    26
    21
    210
    2015
    Nov
    18
    4
    3
    22
    18
    228
    2015
    Dec
    20
    3
    3
    23
    20
    248
    Grand Total
    248
    50
    13
    298
    248
    These are the sales days. A rep's hire date could be any date in 2015.

  • Java Script Errors on Siebel Sales and Call Center Login Pages

    Hello,
    This only happens with some users, but not all of them.
    When we first open the login screen in TRIAL we get several Internet Explorer errors.
    1. Line: 1153
    Char: 16
    Error: Expected ')'
    Code: 0
    URL: http://topaxsear009.iss.bnr.com/callcenter_enu/start.swe?SWECmd=Start&SWEHo=topaxsear009.iss.bnr.com
    2. Line: 59
    Char: 1
    Error: Object expected
    Code: 0
    URL: http://topaxsear009.iss.bnr.com/callcenter_enu/start.swe?SWECmd=Start&SWEHo=topaxsear009.iss.bnr.com
    3. Line: 13
    Char: 1
    Error: Object expected
    Code: 0
    URL: http://topaxsear009.iss.bnr.com/callcenter_enu/start.swe?SWECmd=Start&SWEHo=topaxsear009.iss.bnr.com
    4. Line: 30
    Char: 1
    Error: Object expected
    Code: 0
    URL: http://topaxsear009.iss.bnr.com/callcenter_enu/start.swe?SWECmd=Start&SWEHo=topaxsear009.iss.bnr.com
    Once we enter our login credentials and click the login button or press Enter nothing happens. No Siebel errors are shown and the login page does not react. No additional IE errors are thrown either.
    As mentioned earlier, this does not happen to everyone that tries to log in to Trial. This also does not happen in Dev or Prod. Also, this only occurs in Thin Client. We are able to log into Thick Client which leads me to believe it is a web server issue.
    Has anyone ever seen this behavior beenbefore and what would cause this to occur?
    Thanks,
    Andrea Thomas
    (817) 352-0175
    [email protected]

    There isn't any browser script on the Siebel Sales Enterprise or the Siebel Universal Agent Applications.
    We have the following script in the Application_Start function on the Siebel Sales Enterprise and Siebel Universal Agent Applications:
    function Application_Start (CommandLine)
    var sysDate = new Date();
    //var sDate = Date("2003","10","16","03","00","00");
    //var sDate = ((sysDate.getMonth() + 1) + "/" + sysDate.getDate() + "/" + sysDate.getFullYear());
    var sDate = (sysDate.getMonth() + 1) + "/" + sysDate.getDate() + "/" + sysDate.getFullYear() +" "+sysDate.getHours()+":"+sysDate.getMinutes()+":"+sysDate.getSeconds();
    var sLogin = TheApplication().LoginName();
    var ZepBO = TheApplication().GetBusObject("ZephyrUsage-BNSF");
    var ZepBC = ZepBO.GetBusComp("ZephyrUsage-BNSF");
    var sLastError = "" ;
         try
         ZepBC.SetViewMode(AllView);
         ZepBC.ClearToQuery();
         ZepBC.ActivateField("Login Name");
         ZepBC.ActivateField("Recent Login");
         ZepBC.ActivateField("Previous Login");
         ZepBC.SetSearchSpec("Login Name",TheApplication().LoginName());
         ZepBC.ExecuteQuery(ForwardBackward);
         var sflg = ZepBC.FirstRecord();
              if(sflg == true)
                   ZepBC.SetFieldValue("Previous Login",ZepBC.GetFieldValue("Recent Login"));
                   ZepBC.SetFieldValue("Recent Login",sDate);
                   ZepBC.WriteRecord();
                   ZepBC = null;
                   ZepBO = null;
         catch(e)
              e=null;
         finally
              ZepBC = null;
              ZepBO = null;
    We have the following script in the Application_Close function on the Siebel Sales Enterprise Siebel Universal Agent Applications:
    function Application_Close ()
    var sysDate = new Date();
    var sDate = (sysDate.getMonth() + 1) + "/" + sysDate.getDate() + "/" + sysDate.getFullYear() +" "+sysDate.getHours()+":"+sysDate.getMinutes()+":"+sysDate.getSeconds();
    var sLogin = TheApplication().LoginName();
    var ZepBO = TheApplication().GetBusObject("ZephyrUsage-BNSF");
    var ZepBC = ZepBO.GetBusComp("ZephyrUsage-BNSF");
    var sLastError = "" ;
    //var fp = Clib.fopen('d:\\AppScript.txt', 'wt');
    //Clib.fputs('\n I am UnGracefully Closed', fp);
    //Clib.fclose(fp);
         try
         ZepBC.SetViewMode(AllView);
         ZepBC.ClearToQuery();
         ZepBC.ActivateField("Login Name");
         ZepBC.ActivateField("Last Logout");
         ZepBC.SetSearchSpec("Login Name",TheApplication().LoginName());
         ZepBC.ExecuteQuery(ForwardBackward);
         var sflg = ZepBC.FirstRecord();
              if(sflg == true)
                   ZepBC.SetFieldValue("Last Logout",sDate);
                   ZepBC.WriteRecord();
                   ZepBC = null;
                   ZepBO = null;
         catch(e)
              e=null;
         finally
              ZepBC = null;
              ZepBO = null;
    We have the following script in the general declarations of the Siebel Sales Enterprise Siebel Universal Agent Applications:
    //     8/20/01 Melissa Ahluwalia
    //     Define global variables for the VBC connections
    //     MA 8/1/2 - Add global variable for URL
    var gOLTP;
    var gOLAP;
    var gURL;
    var LOVBC;
    // CS Project: Yash: 09/16/2004
    var gEqUndoRecord;
    //Aditya CS REDESIGN
    var gEnforceSRReqFields;
    var gForceSRInput;
    var gRunSREquipmentAutoTrace;
    TheApplication().SetSharedGlobal("gEqUndoRecord", "N");
    TheApplication().SetSharedGlobal("gEnforceSRReqFields", "Y");
    TheApplication().SetSharedGlobal("gForceSRInput", "N");
    TheApplication().SetSharedGlobal("gRunSREquipmentAutoTrace", "Y");
         LOVBC = TheApplication().GetBusObject("List Of Values").GetBusComp("List Of Values");
                             LOVBC.SetViewMode(AllView);
                             LOVBC.ClearToQuery();
                             LOVBC.ActivateField("Type");
                             LOVBC.ActivateField("Value");
                             LOVBC.ActivateField("Active");
                             LOVBC.SetSearchSpec("Active", "Y");
                             LOVBC.SetSearchSpec("Type", "BNSF_CONNECT_OLTP");
                             LOVBC.ExecuteQuery(ForwardBackward);
                             LOVBC.FirstRecord();
         TheApplication().SetSharedGlobal("gOLTP", LOVBC.GetFieldValue("Value"));
                             LOVBC.SetSearchSpec("Type", "BNSF_CONNECT_OLAP");
                             LOVBC.SetSearchSpec("Active", "Y");
                             LOVBC.ExecuteQuery(ForwardBackward);
                             LOVBC.FirstRecord();
         TheApplication().SetSharedGlobal("gOLAP", LOVBC.GetFieldValue("Value"));
                             LOVBC.SetSearchSpec("Type", "BNSF_CONNECT_URL");
                             LOVBC.SetSearchSpec("Active", "Y");
                             LOVBC.ExecuteQuery(ForwardBackward);
                             LOVBC.FirstRecord();
         TheApplication().SetSharedGlobal("gURL", LOVBC.GetFieldValue("Value"));
    //     LOVBC = '';
    LOVBC = null;
    The following script is in the function EmpAvailability in the general section of the Siebel Universal Agent Application:
    function EmpAvailability(sLogin, sStatus)
         //Availability Setting
         var EmpBO = TheApplication().GetBusObject("Employee")
         var EmpBC = EmpBO.GetBusComp("Employee");
         EmpBC.SetViewMode(AllView);
         EmpBC.ClearToQuery();
         EmpBC.ActivateField("Login Name");
         EmpBC.ActivateField("Availability Status");
         EmpBC.SetSearchSpec("Login Name", sLogin);
         EmpBC.ExecuteQuery(ForwardBackward);
         var bRec = EmpBC.FirstRecord();
         if (bRec == true)
              EmpBC.SetFieldValue("Availability Status", sStatus);
              EmpBC.WriteRecord();
         EmpBC = null;
         EmpBO = null;
    }

  • Oracle API for sale rep update

    Hi ,
    I want to update sales rep information by using the API -HZ_CUST_ACCOUNT_SITE_V2PUb.update_cust_site_use.
    I have four fields which i want to update through the form..please help me in writing the syntax to achieve this.I want to write this syntax in when -pressed-button trigger.
    Thanks
    .

    Please check the document "Oracle CRM Application Foundation API Reference Guide" on this link
    http://download.oracle.com/docs/cd/A97501_01/html/crmdoc.html
    The Oracle CRM Application Foundation 'API Reference Guide' Part No. A90092-03. Page 3-24. Package JTF_RS_SALESREPS_PUB
    contains the following procedures:
    - Create SalesRep
    - Update SalesRep
    If you find my (or anyone else's ) reply helpful or correct, please mark it so.+
    Thanks
    Naveed

  • HT204291 The Apple sales rep told me I could use Airplay Mirroring between my iPad2 and AppleTV via bluetooth and I didn't need wifi. Is that true?

    The Apple sales rep told me I could use Airplay Mirroring between my iPad2 and AppleTV 2 via bluetooth and I didn't need wifi. Is that true?

    No. AirPlay is via Wi-Fi.
    http://support.apple.com/kb/HT4437
    http://support.apple.com/kb/HT5209

  • Signle task send to mutiple sales rep by e-mail

    Guru,
    I am creating single task and I want to send same task to multiple sales rep by e-mail. I created distibution list and also task, after that I sent e-mail to all sales rep. What happen is only person responsible recived e-mail in the calendar no one else recived task in the mail also not even mail.
    What is the reason for this thing happen? Is there any way I can send task to multiple sales rep/employee ?
    Thanks.

    Hi
    In our system we are sending the same invoice by e-mail to two partners. In the customer master we have maintained one e-mail adress on the adress screen and we have maintained another e-mail adress in a contact person. The contact person is assigned to partner role Z0.
    In the access sequence for the invoice print we have the same key combination twice, the first one without the exclusive flag. This means we can create master data for the same customer twice using partner role RE and Z0 and the invoice is then send to the two adresses.
    /Torben

  • Report to show customer without sales rep

    Dear Experts.
    Is there anyway or any report to show customer that don't have sales rep tag to it in Partner Function?

    Hi Nehemiah -
    I know this is very painful but if volume of customer is less then use following method -
    1.Extract all Sold to Party's and their sales area in separate sheet
    2.Create a query joining KNA1 and KNVP where partner function (PARVW) = PE ( or partner function of  Sales Rep).Download Sold to and its sales area in another sheet.
    3.Now using excel compare both sheets by Vlookup and extract the customers from Step 1 which are not present in Step 2.
    If the volume of customer is very large,then we can also use MS Access Queries otherwise we can simply write an ABAP Program.
    Let us know, if you need more explanation on any of the method explained above.
    Thanks & Regards
    Amit Gupta

Maybe you are looking for

  • Getting error when creating internal table

    hi i m creating internal table giving erro like 'VBELN' must be flat structure. DATA: BEGIN OF INT_VBAK,         VBELN  LIKE VBELN-VBAK,         AUDAT  LIKE AUDAT-VBAK,         KWMENGE LIKE KWMENGE-VBAP,         ARKTX LIKE ARKTX-VBAP,         WERKS L

  • New update problems

    Hello friends, I have a 27" iMac with Snow Leopard 10.6? that has been updated regularly. I have been out of internet range for the past three weeks. Today I turned it on and connected to the internet. System Update said there was an update for the o

  • Inconsistent Integration Builder browser performance

    We've been experiencing poor IB performance.  When launching transaction SXMB_IFR, sometimes the browser can take 2 minutes or more to load the page.  Other times, the page comes right up (<2sec).  All links (SLD, RWB, Admin, etc...) experience the s

  • Wiring - PXI-6624

    Hi All - I have an application that I need to make use of a counter, we chose the PXI 6624.  I'm pretty darn good with the rest of NI hardware, aside from counters FPGA and RF are the only lines I haven't used.  I'm running into some trouble understa

  • Messages arrive on iPhone - no notification

    My iPhone 4  is set to play a classic sound - glass - when messages arrive, but under iOS7 it doesn't make a sound. All the required options have been checked, to no avail. Message after message arrives and I hear nothing. I've tried restarting, chan