Telesales forms customization

Hello...
I would like some help on customizing a Telesales screen. I am modifying an existing customizable tab (ASTCUTM1) to query data from a new custom table. I can develop the form easily but I do not know how to integrate with the master block using the party id.
Can anyone help. Will provide more info if needed.
Thanks

Hi, did you ever find a solution for this? We are trying to do the same thing.

Similar Messages

  • OIM Form Customization

    Hi,
    My customer is having following requirements related to OIM Form Customization.
    1.In createuser form,UserID ,Password and Confirm Password Should not be displayed.We are generating userid and password automatically and we should not allow the admin to enter userid and password while creating user.
    2.Is it possible to make a form field mandatory only to specific usertype ? . For contractors,we need to make "Deprovisoning Date" as mandatory field but for employees,it should be a non-mandatory field.
    3.Is it possible to have different form fields in Create user Form and Manager User Form.Since Create user form will be used to create contracors,we we don’t need to specify user defined fields related to employees ( JobName,PoitionName,EmployeeType etc) in create user form.
    I am facing problems in implementing above requirements.Can somebody suggest,how I can implement these?.
    Thanks.

    Please check this Note 468779.1 from metalink.
    Goal
    How To Disable Password And Confirm Password or How to set the password fields as optional?
    Solution
    You can't set password field optional,this is mandatory field and hard coded in action class but you can set default value from jsp(tjspGenerateCreateUserForm.jsp) page. You can't be remove completely password section from User Creation Page as this is hard coded in the source code. Password is mandatory field for User creation API .
    You can provide default password value from the JSP file. After modifying the JSP page as below,while creating OIM user both fields(Password and Confirm password) will not be editable.
    Please try to modify tjspGenerateCreateUserForm.jsp
    *(<BEA-Home>\user_projects\domains\proquire901\XLApplications\WLXellerateFull.ear\xlWebApp.war\tiles\util).
    Add < value="123" readonly="true> these two attribute in password section and
    ChangePassword section.
    ===
    ##Password section######
    <td>
    <html:password name="manageUserForm" property="password"
    value="123" redisplay="true" readonly="true" styleClass="Fields" tabindex="1"/>
    </td>
    ###confirmPassword section######
    <td>
    <html:password name="manageUserForm" property="confirmPassword"
    value="123" readonly="true" redisplay="true" styleClass="Fields" tabindex="2"/>
    </td>
    ==

  • BPEL with human using task forms (customization in task display).

    All,
    I have deployed a BPEL with human task with task forms (customization in task display).
    For above customization Jdev automatically generates set of jsp files like Header1.jsp,Footer1.jsp,payload-body.jsp and <task name .jsp> and build an ear which includes war file.
    I have deployed ear as j2ee app using em console.
    It got deployed but when I check em console I could not see any active jsps listed.
    due to this task customizations are not displayed properly.
    but for same app in production instance, it is listing all jsp files in EM console
    Any idea where I am missing
    Thanks,
    Praveen

    I got it.
    If there are no active jsp/servlets listed means they are never invoked.
    I invoked them explicitly then they started coming in the list
    Regards,
    Praveen

  • Required Trigger To be Oracle Application Forms Customization and its order

    Hi All,
    I am new to oracle application forms customization.
    Can you please answer following?
    What are the triggers required to be overrided for forms customization in oracle appliocation?
    What is the order of trigger event occurrs when forms comes up in Oracle application?
    Thanks
    Prashant

    Hi Prashant,
    There are a number of triggers in Oracle forms. They are basically 4 types
    1. Form level
    2. Block Level
    3. Record Level
    4. Item Level
    Again there are subclassifications.
    The firing sequence depends on your action. If you make a change in an item and save the item level triggers fire for the item you changed. Then the record level triggers fire. However if you are click in an item(you are technically navigating to the item) the record level(when new record instance-WNRI) fires and then the item level trigger(when-new-item-instance WNII) fires.
    So it depends on the situation. Look in the forms tool help sections. The have some good discussions there.
    Now to 'override' triggers. I am assuming you plan to extend oracle standard forms. The best way to do this is use the CUSTOM.pll. Oracle forms call this .pll in various triggers such as WNRI, WNII etc. You can add your logic here and it will take effect and will be upgrade safe. Nowadays they have forms personalization. Take a look at this also to determine the best way.
    You may want to read the Application developers guide from metalink and they have a good discussion there on forms customization. It also talks about the CUSTOM.pll
    The scope of forms is huge and you would be better of taking a
    1. Forms course
    2. quick look through the forms section of the developer's guide and understand the concepts
    3. Honing on the customizations you want to do and start working on that specific component.
    4. Look in Metalink which has a lot of info on forms and forms forums.
    This is actually a Framework forum which deals with Web applications :-)
    Thanks
    Sandeep

  • Repeat form customization on various Business Groups

    Hi,
    I would like to know if there is a quick way to repeat form customization on various Business Groups.
    I mean, i have done form customization on one Business group and need to do repeat similar form customization on various other Business Groups. I was wondering if there is any quick way to accomplish this other than doing it manually for each business group.
    Any help on this will be appreciated.
    Thank you,
    Raghu

    Hi Raghu
    You can try downloading your personalization via FND LOAD
    and change alter the business group in the files and load them back.
    FNDLOAD apps/$APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct
    and alter the ldt file for the business group.
    Cheers
    Ankush

  • Miscellaneous issue form customization

    Hello,
    The form mentioned above is INVTTMTX with Form Version : 11.5.239.
    the user is requesting the following customizations to the form:
    -Use the Reference field to hold a list of values of names that currently have no reference in the system.
    -Add a descriptive flexfield to the form; should hold a seial number for the miscelaneous transactions that should be generated automatically.
    I need guidance because I don't know how to the above and what tools shall i use. Detailed instructions and an action plan will be very helpful.
    Thank you

    Hi,
    1. Reference field - isn't this a separate report? Your requirements are not specific enough.
    2. Setup a Descriptive Flexfield Column - read the Flexfields manual. Create a sequence in the database. Use when-validate-record trigger and forms customization or database trigger to populate DFF field.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Problem in reports6i parameter form customization

    I am calling report developed under reports6i using rwservlet from j2ee web application. I was able to successfully customize the parameter form internal to report using Report Escapes properties, Before Form value and After Form value. I am using header.htm and footer.htm to render header and footer related html. I am able to use style sheet file also. Everything is working fine with this file. But when I try to repeat the same changes to another report (rdf), it is not taking the changes. No matter what I do, report is taking the settings from parameter form builder tool. When I run the report outside of web ie., from report builder, it is showing the parameter fields and labels I have made changes to, but when I run as web report it is taking the parameter fields and labels that report builder tool has. I am frustrated and do not understand, everything working fine with one report is not working with the other. Is that a bug? or am I missing something? Please help. I really appreciate your help.
    Thanks in advance,
    Raju

    Thanks Philipp for the response. Yes I verified whether server picking the changes. That's how I found its only picking from the parameter form builder. Whatever changes I made to the actual parameter form I was not seeing. But I was seeing whatever changes I made in the parameter form builder. I do not want to use parameter form builder wizard. It's kind of weird and that's why I do not see logic behind what's going on? I am wondering is it a bug in the reports developer tool. I am using oracle reports6i (Report Builder 6.0.8.11.3).
    Thanks,
    Raju

  • Failed to get value of the "Attachments" column after my Edit Form customization in share point 2010

    Hi,
    I am trying to customize the Edit Form in sharepoint 2010 .After my customization when i click on save it is giving below error.
    Failed
    to get value of the "Attachments" column from the "Attachments" field type control.  See details in log. Exception message: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) "
    Every thing works fine if i  uncheck the Attachments property of the custom list.But i would need user to allow add attachments to the list.Could you
    help me to resolve  this issue.

    Hi,
    It would be better if you could provide the steps in details about how you customize your Edit Form.
    Anyway, you can take a look at the similar thread below, there is someone stuck with the similar issue before:
    http://social.technet.microsoft.com/Forums/en-US/d60e2a8e-575d-4b3c-959f-2a6a2b1364cf/failed-to-get-value-of-the-attachments-column?forum=sharepointcustomizationlegacy
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Need suggestion on forms customization

    Hi All,
    I'm new to Oracle Forms and would like to know how to go about the following on a seeded form in Oracle apps R12.
    1) On the 'Create Service' form which is available under Field Service Manager responsibility, we have a field called 'Category'. I checked the record history and it is coming from the view cs_sr_incidents_v_sec
    2) The requirement is to get this field from some other table (client has requested for a change based on their business process).
    3) Can you please advise me on how to do this? Can it be done by modifying custom.pll?
    4) Also please help me with links to any tutorial/demo explaining similar change in a seeded form of Oracle apps.

    Modifying seeded forms (objects) is not supported, and your changes might get lost each time you apply an application patch that overwrites this form/object.
    Customizing/Extending Oracle Applications Release 11 FAQ [ID 101048.1]
    Global Customer Services Customization Guidelines [ID 122452.1]
    If you want to change the source object that a form is reading from then you need to create your own custom form and use a different view/table.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Customization&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Forms+AND+Customization&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Sharepoint 2010 List Edit Form customization.

    Hi All,
     we are hiding default Listformwebparts in New & edit forms of a list, and displaying new visual webparts in those pages.
    To save the filled data , we have two options .
    1. Save button in the visual webpart.(which is working fine)
    2. Save button in Ribbon. 
    2nd option is not triggering the code which we wrote in the save button of visual webpart . how do we call custom button code, while clicking on ribbon save button.
    Any suggestions regarding this would be helpful.
    ragava_28

    Hi,
    Please refer below articles to invoke custom action code behind.
    http://www.projectserver2010blog.com/2010/01/sharepoint-2010-ribbon-customization.html
    http://stackoverflow.com/questions/14448391/invoking-code-behind-from-sharepoint-ribbon
    Hope this will help you.
    Senthilrajan Kaliyaperumal

  • Job Scheduling Workbench  filter form customization

    Hi,
    The menu like
    Manufacturing Scheduling - Job Scheduling Workbench
    For each sales order lines there are eight or more work orders, i want to pull this all work orders, based on the sales order no,
    How to customize the Filter form, pls give me pointers how to customize the job scheduling workbench.
    Thanks & Regards,
    Rajasekaran V

    Hi Rajasekaran
    Did you manage to find any information on customising the workbench, particularly to manage by sales order?
    Thanks
    Geoff

  • User form customization

    hi ,
    I have entity adapter for userid and password generation so i dont want those fields to be visible in the create user form and i dont want that fields to be mandatory. How can i change this..
    Am using jboss appserver..how can i make them non mandatory and invisible

    Hi syednister,
              As per my understanding you need to Customize RCDC of User...
    For that you need to create the custom attribute in the Schema management, then adding the attribute in the Administrator can update and view the user MPR.
    Add the Filter permission of the attributes and then Customize the RCDC for user creation and editing.
    Edit the xml file into any XML editor and by pasting the following code:
    <
    my:Controlmy:Name="EmployeeEndDate"my:TypeName="UocDateTimeControl"my:Caption="{Binding
    Source=schema, Path=EmployeeEndDate.DisplayName}"my:Description="{Binding
    Source=schema, Path=EmployeeEndDate.Description}" 
    my:RightsLevel="{Binding
    Source=rights, Path=EmployeeEndDate}">
            <
    my:Properties>
              <
    my:Propertymy:Name="Required"my:Value="{Binding
    Source=schema, Path=EmployeeEndDate.Required}"/>
              <
    my:Propertymy:Name="Value"my:Value="{Binding
    Source=object, Path=EmployeeEndDate, Mode=TwoWay}"/>
            </
    my:Properties>
          </
    my:Control>
    and IIS reset....
     

  • SSPR form customization

    Hello , 
    is it possible to customize the forms in the SSPR page ? 
    Is it possible to use FIM SSPR for multi-domain ? 
    Regards

    You cannot have password reset working both way (from DomainA to DomainB
    and from DomainB to DomainA). It would create a loop of changes (for example if you would reset pass in DomA it would be flown to DomB, to DomA, to DomB and so on).
    In Sync manager you should have one agent per domain or if they are in the same forest, it can be done with one agent for all domains within the forest. And if you want to use PCNS, users from both (or more) domains should be joined to the same metaverse
    object.
    User has to be registered to be able to password reset. For FIM (Portal) DomainA\user1 is a different user than DomainB\user1, so you would need both users registered. So they can have different answers.
    For customization:
    http://technet.microsoft.com/en-us/library/hh877808(v=ws.10).aspx
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

  • Adobe BC Web Form Customization - Basic HTML

    Hi all,
    I've got a form that I created in BC, and obviously it looks like doo doo because that what standard forms look like in BC. I had created a form directly in Muse manually, but I needed the clickable boxes that BC offered, so I'm signed up.
    Obviously, I know very little if not zero code, hence why I'm using Muse, so I have no idea where to start with customization in terms of the form (i.e. font colors, padding, etc).
    I was wondering if anyone has gone through this before and maybe has a few tutorials they would like to share. Let me know your thoughts, thanks in advance.
    What my form used to look like:

    I've finally found a workaround for this! It may not be the most elegant solution and I don't know if it will help you, but it accomplished what I needed and it didn't break the form. Here's what it looks like now:
    The text is now the font I want, and bigger, I was able to add the borders where I wanted them, plus do some other things.
    Someone with knowledge of CSS & HTML showed me where to add the coding needed to change the look of the form. And with the help of this site: CSS Reference, I was able to take it from there (with a bit of trial and error). Here's what I did.
    Once I had all the elements in the form that I needed, the first thing I had to do was insert the form on the site differently than I did before. Before, I had used 1-click insert, and tried to customize the HTML in Business Catalyst. That did not work for me, because the form would not accept any style changes. It seemed like it did, but after publishing it looked just as it did before.
    Instead, I used the "Get Web Form HTML Code" under "More Actions" and copied the code. Then logged out of BC, and opened a text editor to paste the code into and add my modifications.
    Now, to accomplish the style changes -- and here is where the trial and error comes in -- I had to add a <style> tag (forgive me if I am using the wrong terminology, I don't know what anything is called or what I am doing really... but the bottom line is I got it to work) at the very end of the form, between </script> and </form>. I was told it's important that it goes after the script. That's where I was able to add some CSS that accomplished what I needed.
    With the help of Google Chrome and View>Developer>Developer Tools, I was able to find out what the various class names were that I needed to alter. If you don't know how the developer tools work, try to find someone who can show you or post back and I will try my best to explain. I will paste my code below so you can see what I did, but yours will of course vary because your form has different elements and you need a different look. I'm adding in bold what each class affected in case that saves you some searching.
    <style>
    (This first class is just the asterisks for the required fields, for some reason they are separate from the actual words)
    .req{
    font-family: verdana;
    font-size: 14px;
    (This class is the words that go with the asterisks, i.e. Name, State, etc.)
    .webform label{
    font-family: verdana;
    font-size: 14px;
    (This class is the various items that make up the Checkbox List)
    .webform{
    font-family: verdana;
    font-size: 14px;
    (Setting this class to 0px padding removed extra spacing between the fields)
    .td{
    padding: 0px;
    (This class was for a multi-line custom field I added)
    .cat_listbox{
    border: 2px solid #f06823;
    border-radius: 10px;
    background-color: white;
    width: 350px;
    padding: 6px;
    (This class was for all the other text entry fields, the ones I needed the orange border on, Name, State, etc.)
    .cat_textbox{
    border: 2px solid #f06823;
    border-radius: 10px;
    background-color: white;
    width: 350px;
    height: 26px;
    padding: 0px 6px 0px 6px;
    (This class was for the Submit button)
    .cat_button{
    border: 2px solid #f06823;
    border-radius: 10px;
    width: 177px;
    height: 30px;
    font-family: verdana;
    font-size: 12pt;
    color: white;
    background-color: #f06823;
    </style>
    Back in Muse, I inserted the new code on the page by choosing Object>Insert HTML. After pasting it would sit there with a spinning wheel for a bit and eventually come up with an exclamation point and "Unable to generate thumbnail." (Ignore that.)  I then moved the box where it needed to go and resized it to touch the footer, so the page would stretch to accommodate the full form. After that I published the page and everything looked fine. You can use preview but in my experience it didn't show things the same as the published site.
    I recommend that you create a test site (or at the very least a test page within your real site) where you can play with this to see how it works. Maybe use my code above and paste it in the right place to see how it changes things... and then customize for your own use. I did test the form after publishing and it does still work just fine. The only thing that broke a part of it for me was trying to change the background color for the date picker. It's a light gray (#F0F0F0) and I wanted it white. You can see it right there in the form's own HTML, but changing it to white made it stop working. The field was still there but the date picker would no longer pop up when clicking on the field.
    ANYWAY! I know this is very long but I hope it helps you, or someone else if you've moved on.
    Good luck! And if anyone with any CSS knowledge reads this and sees any problems with my solution, please do chime in...

  • Need help on Forms Customization

    Hi All,
    I have one requirement i.e I developed one form which contails 3 windows.First window is for Query_Find, second one is for orders Summary and third window is for detail.In detail window i have one stacked canvas which displays order details in tabular form.i have written code for inserting data into one custom table in ON-INSERT and ON-UPDATE trigger of that block.
    and Commit_Form in the KEY-COMMIT trigger.My requirement if i check the chekbox and change the status(List item ) from status field and when i click on save button it's saving the changes.But i don't want to save the changes at this time.
    How can we restict save changes at this point?
    Can any one plzz give me some idea.
    Thanks in Advance,

    Dhana,
    In the When-Button-Pressed trigger just check the value of the CheckBox and the Status field value before you call the Commit_Form built-in or Commit. But what about if the user clicks on the Save button in the Menu? What if the user uses Ctrl+S to save. You would also want to perform a similar check in the Key-Commit Form level trigger if you want to prevent the "Save" from these options as well.
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

Maybe you are looking for

  • Can i have multiple paper sizes in one pages document?

    Is there any way to configure a pages document with 2 different page sizes?  I want to create a 4 page annual report (for online viewing only) where pages 2-3 are shown on a single horizontal 11 x 17 page, but cover and back are 8.5 x 11 vertical.

  • NI DAQmx 14.2 and Windows 7 embedded

    Hello, I try to install an application using labview 2014 with an acquisition device NI USB-6251 on a Windows 7 platform brand new embedded. The problem is it seems the installer refuses to install DAQmx 14.2 on this machine, I just get the following

  • "Unable to Communicate with Printer"

    I work at home, dialing into the office through VPN. Windows 7. Been using my HP printer flawlessly for 7 months, including up to yesterday, but today, I get the above error.  The printer is connected, the wireless is working in my home for all other

  • USB not connecting properly 8800

    I can no longer connect using USB to Blackberry Desktop Manager. Although the Device Connected (PIN) is showing correctly I can no longer synchronise or backup/restore etc. The 8800 is charging through the USB OK too. Tried different PCs and differen

  • Safari can"t verify website message

    I have been receiving the message:  Safari cant verify the website "static.ak.facebook.com" for all websites for the past few hours. What is the problem? How to correct this?