Picklist in a Pick Applet

Hello Everyone !!
I would like to know whether we can use a pick list in a pick applet? If anyone has come across it and know the solution, please let me know.
Requirement: Need to have a pick Applet on a list Column. And the pick Applet has three columns in it. On one of the column, i need to have a pick list.
Regards
Maiden.

Can be done, no problem. It depends on what version of Siebel you are on. In some cases you need to put the
picklist entry not only on the field of the pickapplet, but also on the field of the BC where you have your primary field
(call the pickapplet from). I assume the picklist field from the pickapplet is the field you have exposed on the
applet you call the pickapplet from.
Axel

Similar Messages

  • Error with Pick Applet during playback the script

    Hi, I get an error during playback the script which include the step with choosing value from the field in Pick Applet:
    "Error(-1 016) submitting CAS command: Failed to create object "Siebel Power Communications. Account Search Screen. Account Search View. Service Providers Pick Applet.SiebList" of class "SiebList"
    Are there any features to work correctly this case?
    Script-FT type
    OpenScript
    Version: 9.3.1.0 Production
    Build ID: 2.6.1.0036
    IE8
    Thanks!

    Thanks for the reply! The clips are being viewed on my laptop's built in monitor. It is an old, as in 2002, G4 Powerbook. As far as the sequence settings are concerned I set it up for 720 x 960, which I believe is the proper setting for the 720/24p footage from the camera. I'm thinking that maybe its the settings for my Powerbook's monitor in that they don't match the sequence? Don't know if that makes sense or not? Let's see since the camera and laptop are away on a shoot I am trying to recall from memory the other settings...anything else you need to know? Again, thanks for writing.

  • Configure Pick Applet in Query Mode

    Hi,
    I am trying to configure pickapplet on virtual BC in query mode, but Static picklist is coming instead of Pickapplet.
    Created one Dynamic picklist and a Pickapplet.
    Specified the Picklist at BC level and Pickapplet at Applet level in control.
    Please share if anyone having any Idea.

    Hi,
    There is a property called "Auto Query Mode" in the applet. Check whether this has been set to "New Query" in 7.5. If so the applet will be opening in Query Mode automatically. If this property is blank, in 7.8, the applet will not be opening in Query mode. Check and let me know.
    Regards,
    Joseph

  • Splitting Date Picker applet input over multiple fields

    I have created three text fields to collect date information (MM-DD-YYYY). I did so in order to allow entering dates in manually while applying a format mask to the entry along with a jumping cursor to jump from the MM field to the DD field to the YYYY.
    I would like to be able to use the date picker functionality aswell to fill out these three fields incase a user does not want to enter the date manually.
    What is the best way to approach this?
    Thanks

    Hi,
    The best way would be to call a javascript function using an onchange event in the Element Attributes of the date picker. The function would then strip the components out of the date field and populate the other three fields. The example in the link below should should give you enough information to do this;
    http://htmldb.oracle.com/pls/otn/f?p=31517:162:4335067967832318::NO
    cheers,
    Ron

  • Compiled Views not showing up in the Web Client

    Hi everyone,
    I'm new to Siebel Tools. I did a simple exercise of adding an existing view to an existing screen in Siebel Public Sector. I locked the project and added the view to the screen. I did a full compile afterwards (compiled all the objects).
    I ran Siebel Web Client using the SRF file that was generated (from the compilation process) and I connected to our Server database. I went to user preferences to activate the view with my login user but I could not find the view anywhere.
    The same thing happened when I created a new view and added it to an existing screen. I compiled and launched the web client. I went the Administration - Application > View to associate the view with a new responsibility but the view doesn't appear in view picklist.
    To test my sanity. I copied the SRF file to another machine into the Siebel Tools/Objects/ENU folder and ran Siebel Tools. To my dismay, I couldn't see the views that I just created. I thought I compiled the views (in fact I compiled everything!). Turns out that everything I just created doesn't seem to make it to the SRF file.
    Am I missing a step somewhere here? Any expert help would be valuable!
    Thanks,
    Bernhard

    Hi,
    The new view what you have created wont appear in the View Pick Applet. That doesnt means the view is not available in the compiled SRF. You can just copy the view name and create a new record in the View applet and paste the view name. The View name will get stored in the Administration - Views.
    Then add the responsibility of the user you wish to appear the view for the users. Then drilldown on the added responsibility and do a "Clear Cache" there. Log out and login again to verify the view in the appropriate screen.
    Regards,
    Joseph

  • Account Customer Address

    Hi,
    I am new to Siebel, and I am having some difficulties with devloping correclty a pickapplet for picking Addresses for a user.
    The requierment is basically this:
    1) make a pick applet that assigns the pick address to the Primary Account Address fields of the BC account; (I know how to this)
    2) The pick applet should only show Addresses associated to the Account in context
    3) The pick applet should enable you to create new addresses, while keeping them associated to the Account in context (the account that called upon the pickapplet)
    I Am having trouble with points 2 and 3:
    1st About the BC's Involded:
    The parent BC for this requierment would be Account.
    The child BC would be the CUT Address.
    I've seen that the two BC's are linked in a M:M relationship supported by the Interception table SIEBEL.S_CON_ADDR.
    More confusing, is that the CUT Address BC appears to have Single Value Field "Account Id" when the BC is clearly involved with account in a M:M relationship, and this SVF maps to a collumn in the interception table. It seems to me like this SVF field should not even exist in the CUT Address BC, since the CUT Address may belong to many accounts. Moreover, My pick applet displays this FIeld, this Field always comes empty and read only (though it is configured to neither be readonly on the PickApplet, nor on the CUT Address BC field property).
    2nd What I Don't Know how to:
    My pick applet permits to create new CUT Addresses and assign one of them to the multiple "primary Account City/Street Address/Country/Postal Code" of the BC Account in context, just like any normal Pick Applet does when it is used. But when it comes to create ne CUT Addresses in the pick applet, I don't know how to enfore Siebel to maintain the implicit M:M relationship between the two BC's. That is, I'd like siebel to place an entry in the SIEBEL.S_CON_ADDR table with (ACCNT_ID="Account Row Id", "ADDR_PER_ID="CUT Address Row Id") of the BC objects in context. That does not seem to happen. And I also don't know which search specification I need to put in the picklist or pickapplet, so as to enfore that the pickapplet only shows CUT Addresses that are childre on the parent Account BC in context.
    Righ now my objects are:
    The main applet, over BC Account, which I called: ABC Account Entry Applet
    This applet displays the Primary Account Street Address, which is associated to Picklist over CUT Address and triggers a pick applet "ABC CC Add Customer Address Applet".
    The pickApplet is querying the Sample Database with the following SQL Code:
    SELECT
    T1.CONFLICT_ID,
    T1.LAST_UPD,
    T1.CREATED,
    T1.LAST_UPD_BY,
    T1.CREATED_BY,
    T1.MODIFICATION_NUM,
    T1.ROW_ID,
    T1.ZIPCODE,
    T2.OWN_INST_ID,
    T2.INTEGRATION_ID,
    T1.STATE,
    T1.ADDR,
    T1.ADDR_LINE_2,
    T1.ADDR_NAME,
    T1.NAME_LOCK_FLG,
    T1.CITY,
    T1.COUNTRY,
    T3.BU_ID,
    T2.ROW_ID,
    T2.PAR_ROW_ID,
    T2.MODIFICATION_NUM,
    T2.CREATED_BY,
    T2.LAST_UPD_BY,
    T2.CREATED,
    T2.LAST_UPD,
    T2.CONFLICT_ID,
    T2.PAR_ROW_ID
    FROM
    SIEBEL.S_ADDR_PER T1
    LEFT OUTER JOIN SIEBEL.S_ADDR_PER_SS T2 ON T1.ROW_ID = T2.PAR_ROW_ID
    LEFT OUTER JOIN SIEBEL.S_CONTACT T3 ON T1.PER_ID = T3.ROW_ID
    ORDER BY
    T1.ADDR
    (Notice how the column ACCNT_ID from S_CON_ADDR is not even picked, even though my applet consumes the Account Id single value field defined in the CUT Address BC)
    Do I have to specify anywhere in any of the previously mentioned objects the of use one of the M:M Account/CUT Address links, in order for Siebel it to understand that it should be keeping the relationship between the two BCs whenever a new Account is created?
    I have queried the Link interception table and the Cut Address base table, and I've concluded that when I create a New Address using my pick applet, this address is only added to the cut address table. THe interception table specified in the link Account/CUT Address remains unaffected. It seems that siebel is not conserving the association that should exist between these two BCs. This is strange since I am always working in the BO account.
    Thanks,
    Nuno.
    Edited by: sono99 on 17/Out/2010 2:03
    Edited by: sono99 on 17/Out/2010 7:44

    Yes, I have the same issue, but I have a solution about this problem:
    I have created a new CO replace of HzPuiAddressCreateUpdateCO, not extends it.
    In new CO, webBean.findIndexedChildRecursive("HzAddressStyleFlex") will not return null.
    You can look my code sample: it make all address item to uppercase. you need keep the code same as HzPuiAddressCreateUpdateCO and add follow code.
    I hope my example can help you.
    public class MsiApAddressUppercaseCO extends HzPuiBaseCO
    OADescriptiveFlexBean oadescriptiveflexbean =
    (OADescriptiveFlexBean)oawebbean.findIndexedChildRecursive("HzAddressStyleFlex");
    if (oadescriptiveflexbean != null) {
    if ("READ_ONLY".equals(s2)) {
    oadescriptiveflexbean.setReadOnly(true);
    oadescriptiveflexbean.setCSSClass("OraDataText");
    if (s != null || s1 != null)
    oadescriptiveflexbean.setAttributeValue(UNVALIDATED_ATTR,
    Boolean.TRUE);
    oadescriptiveflexbean.setContextListRendered(false);
    oadescriptiveflexbean.mergeSegmentsWithParent(oapagecontext);
    oadescriptiveflexbean.setAttributeValue(SERVER_UNVALIDATED_ATTR,
    Boolean.TRUE);
    // add customizations code
    oadescriptiveflexbean.processFlex(oapagecontext);
    String js = "javascript:this.value=this.value.toUpperCase();";
    Enumeration x = null;
    x = oadescriptiveflexbean.getChildNames();
    while (x.hasMoreElements()) {
         String aParamName = (String)x.nextElement();
         OAWebBean dffbeans =
              (OAWebBean)oadescriptiveflexbean.findChildRecursive(aParamName);
         if (dffbeans != null) {
              if (dffbeans instanceof OAMessageTextInputBean) {
                   OAMessageTextInputBean dffbean =
                        (OAMessageTextInputBean)dffbeans;
                   dffbean.setOnChange(js);
    Edited by: user13694664 on Oct 16, 2011 11:28 PM

  • Siebel 8117 and BIP Multilingual reports not working.....

    Hello,
    We went live with Siebel 8113 and BIP. We have Siebel Reports configured in 4 languages and the choosing the language and locale on report generation pick applet worked fine with correct translated report coming out.
    We have upgraded Siebel to 8117.
    Reports stopped working. Applied 8117 related BIP objects(only repository objects and seed data - ACR 719B) then default language, ENU, reports worked fine. But other languages are still generating ENU reports.
    Applied QF0703 in Tools (It has SIEBEL_BIP_8117 Extension SIF) and deployed the SRF.
    Only two things from 8117 BIP related items we missed.
    a) EIM Table related schema changes. This is of no use for us as we don't use EIM.
    b) LMU files were not imported into tools. Each time I tried to import an LMU, it gives an error that site "http://www.oasis-open.org/committees/xliff/DTD" is an invalid site. On checking in browser found that it should be https and changed it in one language XLIFF. Once the transport changed to http, comes an error that the patch is invalid".
    Not sure what is the importance of LMU OR how to get around it.
    Any suggestions are appreciated.
    -Ravi-

    Can anyone help me on this please?

  • Siebel CRM Reason Code Commands

    We are needing to enable some commands on the Cisco CTIOS Siebel connector and just not sure where they are enabled or edited at.
    We are using connecter provided by  CISCO for CTI between Siebel and CISCO. Connector provides the enabled command to Siebel that siebel can send as device command like "DeviceCommand = "ChangeNotReadyState"" using communication configuration DEF file.
    Currently we have business requirement:
    CTI agents can set their state to NOT READY on a click of button with reason code selected by the agents irrespective of there current state.
    We configured the button, but the button is enabled only when the device command "ChangeNotReadyState" is enabled. Can it be possible to enable this button always and we can are able to change agents state at CTIOS level(CISCO)? Can we send "ChangeNotReadyState" command to CISCO irrespective of agents current state
    Here is what we have done so far:
    We configured DEF according to ORACLE support recommendation  (ID 543337.1 listed below in this mail)
    RELEVANT PARTIAL DEF FILE:
    [Command:DSC_NOTREADY_POP_EXE]
       SubCommand_1 = "DSC_NOTREADY_NOPOPUP"
       SubCommand_2 = "DSC_NOTREADY_POPUP"
       SubCommand_3 = "CleanDashBoard"
       Comment      = "YQ8279: Add for Direct not ready Button Aug2012"
       Description  = "Not Ready"
       ExecuteAll   = "TRUE"
       Hidden       = "TRUE"
    [Command:DSC_NOTREADY_NOPOPUP]
       Comment       = "YQ8279: Add for Direct not ready Button Aug2012"
       Description   = "Not Ready"
       DeviceCommand = "ChangeNotReadyState"
       FilterSpec    = "[$GetCommandStatus(ChangeNotReadyState)]= 'Enabled'"
       Hidden        = "TRUE"
    [Command:DSC_NOTREADY_POPUP]
       Comment       = "YQ8279: Add for Direct not ready Button Aug2012"
       Description   = "Not Ready"
       DeviceCommand = "ChangeNotReadyState"
       FilterSpec    = "[$GetCommandStatus(ChangeNotReadyState)]= 'Enabled'"
       Hidden        = "TRUE"
       CmdData       = "PopupforReason"
       [CmdData:PopupforReason]
          Comment          = "YQ8279: Add for Direct not ready Button Aug2012"
          Param.ReasonCode = "[Name]"
          SelectApplet     = "Transfer Multiple LOV Popup Applet"
          SelectBusComp    = "List Of Values"
          SelectBusObj     = "List Of Values"
          SelectParam      = "TRUE"
          SelectQuerySpec  = "[Type] = 'REASON_CODE' AND [Active] = 'Y'"
          SelectTitle      = "Please select the reason for changing status to Not-Ready"
    So with above configuration suggested by oracle support we are sending "ChangeNotReadyState" device command twice in a manner so that it will be processed one after the other. But it is not happing, second command is not going through as its not enabled after Siebel issued it once. Please see below logs and highlights.
    SCOMM LOG: <In Time Context >
    ChangeNotReadyState Command is enabled  (status = 16)
    see image 1 on attached doc
    Now user applied the command once :
    See Image 2 on attached doc
    Now "ChangeNotReadyState" device command is disabled .
    Can we make it "ChangeNotReadyState" enabled via connecter always by making some registry setting or some setup.
    See image 3 on attached doc
    Oracle Support Suggestion:
    Not able to select Not Ready Reason Code [ID 543337.1]
    https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=485718774714219&type=DOCUMENT&id=881215.1&displayIndex=4&_afrWindowMode=0&_adf.ctrl-state=dhq5nrae7_147
    Symptoms
    In the current production we are having some CTI agents facing problem with picking the AUX Codes (Reason Codes) when trying to change status for Not Ready.
    Some of the agents reported that they can NOT pick the reason codes ( probably the icon is disabled for some reason at some point of time). I tried to reproduce the problem, but not happened.
    Our objective is to not receive the call and make the agent click the AUX Code (Not Ready Reason Code).
    Cause
    Users were not able to pick the auxiliary code (reason code) at Siebel web client under using Genesys Gplus 7.0.000.1. Agent objective was to not receive the call and be able to click the AUX Code.
    During the operation of selecting an auxiliary code (aux code dialog open or not ready reason code applet) an incoming call reaches the agent before he decide which aux code to user not allowing selecting the reason code.
    The GPlus driver at this point did not receive the not ready command and is in ready state for this agent allowing new calls. 
    Solution
    Suggestion was to define first the not ready state for the GPlus with the default reason code = -1. Now agent is on a not ready state allowing enough time for agent to perform the selection.
    Then we can call another communications command that starts the popup for the LOV of aux codes.
    Here the agent will have enough time to pick the code with no more inbound calls.
    The device commands for the command group are as follow:
    [Command:NotReadyForGVoiceGroup]
       SubCommand_1 = "NotReadyForGVoiceStd"
       SubCommand_2 = "NotReadyForGVoiceAuxCode"
       SubCommand_99 = "NotReadyForGVoiceEnabler"
       Description   = "Set not redy for voice"
       Hidden        = "TRUE"
       ExecuteAll = "TRUE"
    [Command:NotReadyForGVoiceStd]
       Description   = "Set not ready for voice"
       DeviceCommand = "NotReady"
       Hidden        = "True"
       Title        = "Voice not Ready"
       CmdData       = "NotReadyAuxCode"
    [CmdData:NotReadyAuxCode]
       Param.ReasonCode               = "-1"   ; Check manual Gplus Adapter for Siebel 7—Deployment Guide page 241 for the value.
    [Command:NotReadyForGVoiceAuxCode]
       Description   = "Seçect Reason Code for Voice"
       DeviceCommand = "NotReady"
      FilterSpec    = "[$GetCommandStatus(NotReady)] = 'Enabled'"
       Hidden        = "True"
       HotKey        = "Alt+A"
       Title        = "Aux Mode"
       Profile       = "Gplus Voice1"
       CmdData       = "ReasonCodePopup"
       [CmdData:ReasonCodePopup]
          Param.ReasonCode               = "[Name]"
          Param.ReasonValue               = "[Value]"
          Param.StringAttributeExtensions = "ReasonCode,ReasonValue"
          SelectApplet                    = "Value Type Pick Applet"
          SelectBusComp                   = "List Of Values"
          SelectBusObj                    = "List Of Values"
          SelectParam                     = "TRUE"
          SelectQuerySpec                 = "[Type] = 'REASON_CODE' AND [Active] = 'Y'"
          SelectTitle                     = "Please select the reason for changing status to Not-Ready"

    Thanks for your response Cherilynn,
    You are correct for a vanilla agetn desktop.  However, if the agent has to become available to move from one aux reason to another, the agent may get a call in that process.  With customiization, we can allow changing from one aux code to another without having to make the agent ready.  Oracle suggested a solution but to do this, we need to enable and modify certain parameters within Cisco.  What we are trying to find out is where are these parameters set, ex:  AgentWorkMode and AgentWorkMode2, ChangeNotReadyState...
    ORACLE SUPPORT SR
    Not able to select Not Ready Reason Code [ID 543337.1]
    SymptomsIn the current production we are having some CTI agents facing problem with picking the AUX Codes (Reason Codes) when trying to change status for Not Ready.
    Some of the agents reported that they can NOT pick the reason codes ( probably the icon is disabled for some reason at some point of time). I tried to reproduce the problem, but not happened.
    Our objective is to not receive the call and make the agent click the AUX Code (Not Ready Reason Code).
    CauseUsers were not able to pick the auxiliary code (reason code) at Siebel web client under using Genesys Gplus 7.0.000.1. Agent objective was to not receive the call and be able to click the AUX Code.
    During the operation of selecting an auxiliary code (aux code dialog open or not ready reason code applet) an incoming call reaches the agent before he decide which aux code to user not allowing selecting the reason code.
    The GPlus driver at this point did not receive the not ready command and is in ready state for this agent allowing new calls.
    SolutionSuggestion was to define first the not ready state for the GPlus with the default reason code = -1. Now agent is on a not ready state allowing enough time for agent to perform the selection.
    Then we can call another communications command that starts the popup for the LOV of aux codes.
    Here the agent will have enough time to pick the code with no more inbound calls.
    The device commands for the command group are as follow:
    [Command:NotReadyForGVoiceGroup]
       SubCommand_1 = "NotReadyForGVoiceStd"
       SubCommand_2 = "NotReadyForGVoiceAuxCode"
       SubCommand_99 = "NotReadyForGVoiceEnabler"
       Description   = "Set not redy for voice"
       Hidden        = "TRUE"
       ExecuteAll = "TRUE"
    [Command:NotReadyForGVoiceStd]
       Description   = "Set not ready for voice"
       DeviceCommand = "NotReady"
       Hidden        = "True"
       Title        = "Voice not Ready"
       CmdData       = "NotReadyAuxCode"
    [CmdData:NotReadyAuxCode]
       Param.ReasonCode               = "-1"   ; Check manual Gplus Adapter for Siebel 7—Deployment Guide page 241 for the value.
    [Command:NotReadyForGVoiceAuxCode]
       Description   = "Seçect Reason Code for Voice"
       DeviceCommand = "NotReady"
      FilterSpec    = "[$GetCommandStatus(NotReady)] = 'Enabled'"
       Hidden        = "True"
       HotKey        = "Alt+A"
       Title        = "Aux Mode"
       Profile       = "Gplus Voice1"
       CmdData       = "ReasonCodePopup"
       [CmdData:ReasonCodePopup]
          Param.ReasonCode               = "[Name]"
          Param.ReasonValue               = "[Value]"
          Param.StringAttributeExtensions = "ReasonCode,ReasonValue"
          SelectApplet                    = "Value Type Pick Applet"
          SelectBusComp                   = "List Of Values"
          SelectBusObj                    = "List Of Values"
          SelectParam                     = "TRUE"
          SelectQuerySpec                 = "[Type] = 'REASON_CODE' AND [Active] = 'Y'"
          SelectTitle                     = "Please select the reason for changing status to Not-Ready"
    Regards,
    https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=485718774714219&type=DOCUMENT&id=881215.1&displayIndex=4&_afrWindowMode=0&_adf.ctrl-state=dhq5nrae7_147

  • Netbook-remix - archstyle

    Hi everyone!
    Just bought me an eeepc (904HD with an 160GB harddisk) a few weeks ago and tried ubuntu with netbook-remix yesterday. Sooo... as I didn't want to leave arch or clutter my hd with too many distributions, I shorthandedly ported the netbook-interface stuff and it's in AUR now.
    There's no meta package or anything, so here's the packages I uploaded that you need to try it: go-home-applet, window-picker-applet, maximus, human-theme, human-netbook-theme, netbook-launcher.
    Once installed..
    Add maximus and netbook-launcher to gnomes startup in gnome-session-properties;
    delete the bottom panel;
    setup top panel like: GoHomeApplet|WindowPickerApplet|NotificationArea|MixerApplet|Clock;
    restart session and there you go.
    hope you like it.
    see ya
    btw: Tthe dependencies in the PKGBUILD's may or may not be complete, but assuming you have installed gnome with pacman -S gnome (and gnome-extra if thats not enough) you should have everything needed. Gonna work on that when I have time again.

    Can you provide a little more detail on your process.
    I tried this last night and the UNR interface loads but is not responsive and the top panel disappears.  Currently I am updating the pckgbuilds to point to the newer versions to see if that might help.
    Thanks

  • Administration  Marketing  Import Mapping.

    I need to Import Some List Contact's to List Management from CSV file. I tring to create a Import Mapping on the Administration - Marketing --> Import Mapping Screen. But in the Screen Field Name - Pick Applet showing limited amout of fields from Contact BC. Here i need to Bring Some Custom fields & also some Contact Venilla fields. Is it any way for achive this. Here the Problem is pick applet is defined by Specialised Class BC. And also there is no Admin screen. there is no User Property defined.
    How can we overcome this.
    Stalin Jebakumar

    Hi,
    Thanks for using communities:
    The error: the logs are in level 5, but can not determine the cause of the error SBL-DAT-00144: Could not find '<?>' named '<?>'. This object is inactive or nonexistent. - looks like a benign one, I would recommend to review the exception file created to exceptions tab under import.
    Thanks,
    Arjesh

  • How to create Multilingual PDQs and State Model..

    I want to implement state models and predefined queries in Chinese.. Please let me know the steps to do the same.

    In the Multilingual environment to have state models in Chinese, Consider following
    State Model's State Name is coming from LOV, you have to use LIC Language Independent Code which is Name in the LOV pick applet under state name.
    Define LOV with same LIC but language name as Chinese (PRC) or Chinese (Taiwan) with display value in Chinese character.
    Golden rule: LOV record with same LIC is possible only with different language name
    Same can be done for PDQs
    Cheers
    [email protected]

  • Thank goodness for QF 210 on 8.0.0.2

    Dear Oracle,
    Thanks so much for QF 210. On two of our upgrade projects this QF really makes all the difference with 8.0.0.2
    Take care,
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

    Axel,
    I will try to attach the release notes. If this does not come thru well then these are right on ML3 as the smaller of two files you can download.
    210 fixes several issues and replaces several QF including 209 which was also pretty major. One of the most important is fixing the plus sign “+” query problem. If you have ever used EIM probably will be an issue for you.
    Another nice one is fixing the ability to compile while the dedicated client is open. Lots of others in here too.
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com
    Build Detail
    Platform: SOLARIS,WINDOWS,LINUX
    Language: ENU, FRA, DEU, ITA
    Incmp. FPs: 8.0.0.3
    Obsol. QFs: 0209, 0204, 0202
    Obsolete Quickfix builds listed above are previous Quickfix builds on the same fix pack or MR base which share one or more deliverable with the new fix requested. Therefore by Siebel Quickfix support model, all fixes released in these obsolete Quickfix builds are also packaged along with the new fix to avoid potential regression.
    Issues Addressed
    QF Number 0210 CR# 12-1MRTDA9 FR# 12-1MRTDBD
    Summary: Cannot query for ‘+’ character in any field
    Deliverables Total 1 deliverable affected:
    1: [sscfdm] ClientFrameworkDataMgrDll
    QF Number 0210 CR# 12-1LXMIR2 FR# 12-1N3JE99
    Summary: Dynamic Applet Toggle crashes Siebel application when PDQ returns a record that fires the Toggle
    Deliverables Total 2 deliverables affected:
    1: [sscaswbc] ClientAppSWEBCDll
    2: [objmgrhandler] objmgrhandler
    QF Number 0209 CR# 12-1MJDXY4 FR# 12-1MQB1QO
    Summary: CCTogglebar_Tabs.swt has no effect at 8.0
    Deliverables Total 1 deliverable affected:
    1: [sscaswbc]
    QF Number 0209 CR# 12-1LCJSLO FR# 12-1MTEUDF
    Summary: Error "The User ID or password that you have entered is not correct. Please enter your password again." encountered when client restarted after object compile.
    Deliverables Total 2 deliverables affected:
    1: [siebel] siebel
    2: [siebel1] siebel1
    QF Number 0209 CR# 12-1IEP866 FR# 12-1MV6RFJ
    Summary: LAST_UPD_BY column on S_PROJECT being updated with logins instead of ROW_IDs when Single Object Lock
    Deliverables Total 1 deliverable affected:
    1: [ssdtrutl] DevToolReputilDll
    QF Number 0209 CR# 12-1LVID39 FR# 12-1N0KLLP
    Summary: Pressing ENTER in Pick Applet field raises error popup and unexpexted WriteRecord event
    Deliverables Total 2 deliverables affected:
    1: [Siebelax_hi_Client.cab]
    2: [sscfclsld] ClientFrameworkClsIdLoader
    QF Number 0204 CR# 12-1LD3J4V FR# 12-1M7H1RB
    Summary: New List Column not shown properly on Columns Displayed for Forecast applet
    Deliverables Total 4 deliverable affected:
    1: [siebelAx_HI_Client.cab]
    2: [siebelAx_HI_ClientWin9x.cab]
    3: [sscfclsld]
    4: [sscaswbc] ClientAppSWEBCDll
    QF Number 0204 CR# 12-1M8JSWV FR# 12-1MB5Y6H
    Summary: error messages are displayed in the eCustomer Application.
    Deliverables Total 1 deliverable affected:
    1: [sscaswbc] ClientAppSWEBCDll
    QF Number 0202 CR# 12-1K5DYEJ FR# 12-1LZL215
    Summary: Unable to activate LOV's in Data Administration with apostrophe in the Language-Independent Code
    Deliverables Total 1 deliverable affected:
    1: [sscflov]
    QF Number 0202 CR# 12-1LMD69K FR# 12-1M179PV
    Summary: Object manager exit with error after clicking 'About Record' in Enterprise Server Config screen
    Deliverables Total 1 deliverable affected:
    1: [sscaswbc] ClientAppSWEBCDll

  • Netbook-Launcher update

    Hi I want to get on Arch ubuntu remix look but packages are old and missing and seems that nobody care for them.  So if some one find time and could repair them becouse the owners seems to forget about them.
    Netbook-Launcher: 2.1.12
    https://launchpad.net/netbook-remix-launcher
    Aur: 1.5.1
    http://aur.archlinux.org/packages.php?ID=22072
    Window-Picker-Applet: 0.5.8
    https://launchpad.net/window-picker-applet
    Aur: 0.4.5-1
    http://aur.archlinux.org/packages.php?ID=22073
    Human-Netbook-Theme: 0.15
    https://launchpad.net/human-netbook-theme
    Aur: 0.9
    http://aur.archlinux.org/packages.php?ID=22070
    Desktop-switcher: 0.5.8
    https://launchpad.net/desktop-switcher
    Aur: 0.3.4
    http://aur.archlinux.org/packages.php?ID=22079
    Go-Home-Applet: 0.2.6
    https://launchpad.net/go-home-applet
    Aur: 0.2
    http://aur.archlinux.org/packages.php?ID=22068
    Maximus: 0.4.14
    https://launchpad.net/maximus
    Aur:0.4.2
    http://aur.archlinux.org/packages.php?ID=22071
    Liblauncher: 0.1.8
    https://launchpad.net/liblauncher
    AUR: missing
    I get success on edit localy PKGBUILD's and install liblauncher but I get error when try tu run 'netbook-launcher':
    (netbook-launcher:7148): libnetbook-launcher-DEBUG: CONFIG: Low graphics mode: False
    (netbook-launcher:7148): libnetbook-launcher-DEBUG: CONFIG: Font dpi: 96,000000
    (netbook-launcher:7148): libnetbook-launcher-DEBUG: CONFIG: Font changed: Sans 8
    (netbook-launcher:7148): libnetbook-launcher-DEBUG: CONFIG: Connecting to ConsoleKit for suspend/resume restarting
    (netbook-launcher:7148): liblauncher-DEBUG: launcher-menu.c:361
    (netbook-launcher:7148): liblauncher-DEBUG: Workarea: (0, 25) (0, 0)
    zsh: segmentation fault netbook-launcher
    Last edited by bl0ndynek (2009-11-30 02:52:44)

    I try for some days but for now my knowlage is too poor.

  • Calendar in Swings !!

    Is anybody aware of any util package for manipulating a calendar like object. It should display a proper calendar for a month with features like changing month and year, selecting any date by clicking on any day.

    I have a date picker applet on a website, with code, which could very easily be converted to swing
    http://michael-dunn.freeservers.com/java/DatePickerApplet.htm
    the applet doesn't appear to display using the MS VM (probably because of the single swing component)

  • OPA web determinations & POST method?

    Hi,
    we are using OPA web determinations in our Siebel project.
    We use this Symbolic URL to communicate with OPA Application:
    http://localhost:9083/web-determinations/startsession/da-DK?user=[UserID]&caseID=,[UserID],[ObjectID],DUBU
    The SSO Disposition is IFrame and FreePopup command is used for this Symbolic URL, which works good, but we have an issue that the last popup window is shown, when we open the link.
    Basically the last pick applet or MVG applet is opened together with the OPA link. This is because "IFrame" disposition is not supported for "FreePopup". That's why we see popup applet opening up along with Symbolic URL popup.
    We need to use "Form Redirect" SSO Disposition to resolve the above problem.
    But when using "Form Redirect" SSO Disposition with OPA URL we see an error which appears because OPA application could not handle POST method, but only a GET method.
    How can I modify OPA to handle POST method?
    Thanks

    To my knowledge the integration between OPA and Siebel relies on the HTTP GET method, and cannot be modified to use POST.

Maybe you are looking for

  • Changing GR/IR clearing account

    Hi, We are using one Gr/ir clearing account for both Material and Service Entry sheet process. Now for clear process we want to create new account for the Service entry sheet. We have given blank valuation class for Service entry sheet and it has bee

  • Cant uninstall itunes because 'itunes.msi' cant be found

    hi, while trying to update itunes to 9.2 version the update failed due to the bonjour file,i restarted the pc tried to open the itunes programme from the desktop short cut and got message 'this action is only valid for products that are currently ins

  • Internet Security???

    I just made the switch to mac and I am still learning how to use my MacBook. I was just wondering, do I have to purchase anti-virus software for when I am on the internet so I don't pick up any spyware or viruses or do all macs come with Apples own v

  • I NEED TO KNOW WHAT IS THE POWER BUTTON

    DUMBEST THING. IT SAYS PRESS POWER BUTTON BUT IT DOESNT SAY WHICH ONE IT IS?

  • Ibook g4 won't boot, but hard drive seems fine

    I have a ibook g4,800mhz. osx 10.4.8 On start up i get the folder & question mark. I have tried the following. 1) i booted with an os install disk. disk utilities reported the drive was ok it but couldn't see a disk partition so disk first aid had no