Workflow for Update your Contact details form

I am trying to find a way to have a workflow event when an Update your Details form (Site module) is submitted.  I would like to be able to send details of the form to a third party similar to what can be done with a web form when it is submitted. ie when the web form is submitted a workflow is generated which includes the info submitted on the web form.
Please advise.

Hey there,
You can, what your probably missing is selecting the dropdown where you choose to include the CRM data.

Similar Messages

  • What is the best app for managing your contacts on Iphone5s (ios7)I

    What is the best app for managing your contacts on Iphone5s (ios7)

    I have the same question, but I want to qualify it with a few things. First, Contacts works great, but I want to keep my business contacts and my personal contacts separate. I know you can separate them in Contacts, however, as an executive assistant I also have my bosses contacts and frankly they are a mess.
    I am looking for a separate app that I use just for work. I need to link 5 accounts to this app. 2 will be from Exchange and 3 will be from Gmail. As a bonus I would be thrilled if the app could merge profiles and link to facebook, twitter, and linkedin. Any advice?

  • Update Customer User Details Form

    I'm pretty new to BC so hope someone can help me out with this. 
    I'm wanting to create a Secure Login page that allows my customers to login and update their Account details that they have provided with a (Custom Registration form), due to some customer fields
    My problem is that the Secure Zone is setup fine, however under Site Modules --> SecureZones --> Update User Details form does not have the fields which I need it to update from the Customer Registration Form. 
    What I've done is below:
    1. Setup a secure login page
    2. Upon login it is redirected to the Update Details page
    3. Within the Update Details page, I have inserted the module "Update User Details form"
    However I'm not sure how to customize the form in order for it to update/edit information retrieved from other forms.
    Hope someone can help.  Thanks!

    Hey there,
    You can, what your probably missing is selecting the dropdown where you choose to include the CRM data.

  • Error ORA-01790: for INSERT in master detail form

    Gidday;
    I get the error message 'ORA-01790: expression must have same datatype as corresponding expression' when I attempt an insert operation in the detail region of a master/detail form.
    I have checked previous entries of this error I could find - as far as I can tell the parent key defaults are correct.
    It seems one of the factors could be that the tables are not within the 'home' schema for the application. I have created a similar default master detail form on the tables, with the home schema matching that for the tables. Within my major application I have ensured the correct schema is referenced in all fields (all those I could find - in the Report Attributes / Column Attributes area).
    I just cannot find which expressions are mis-matching their datatypes.
    thanks; DS

    Hi,
    According to [http://ora-01790.ora-code.com] the error is raised because "A SELECT list item corresponds to a SELECT list item with a different datatype in another query of the same set expression." Do you have any Select Lists on your page? If you do, is the "return value" of the same datatype as for the underlying field?
    One thing to try in these circumstances is to click the Debug link on the Developer's toolbar at the bottom of the page and then try to insert your record. You will get a whole stream of messages appear on the left of the page and the error should become obvious.
    You could also check that all the defaults you have set do not contain spaces or linefeeds at the end - I have seen this cause issues before.
    Andy

  • How to create Insert & Update on master-detail form JPA/EJB 3.0

    Is there any demonstration or tips how to Insert record on master-details form for JPA/EJB 3.0 with ADF binding?

    I have master-detail forms (dept-emp). I drag the dept->operations->create method to JSF page. But when I click create button, only dept form is clear and ready for insert. But emp form is not clear. How can I add create method for this?
    Can you give some example how to pass the right object to the persist or merge method so that it can save both the two objects (master-detail tables)
    Thanks
    Edited by: user560557 on Oct 9, 2009 8:58 AM

  • How can you update your contacts VCF file???

    I have been trying for days to update me VCF file to eliminate all of the extras that I don't want to see in my skype contacts. 
    I have created a new VCF file and just cannot figure out how to make it happen. I have tried to uninstall on my computer, delete the %appdata%\skype file, and then go through the Contacts>Advanced>Restore contacts from file but in the end, it just gives me the same list that I am trying to get rid of. What am I missing? What's the magic? 
    If I could actually just delete those outlook contacts that would be great too but YOU CANNOT! I have tried blocking and delete contacts but that just puts them to the end of the list. For crying out loud, I cannot be the only one that wants to update their contact list... 

    Anyone?

  • For Update Query from ORACLE Forms

    Hi
    We are using Oracle Forms 10g running with 10g database 10.2.0.1.0. We happend to see a query which is getting generated in AWR report like Select rowid, all_columns from TableName for Update of C1 Nowait. But no such query is really written in forms and we are aware that, Any query prefixed with rowid is definitely executing from Forms. But how the ForUpdate and Nowait clause is appended to the query.
    We have checked the following properties in the database Block
    *1) Locking Mode is set to Automatic*
    *2) Update Changed Columns only is set to YES*
    *3) Query all records is set to No (Though this particular property may not be relevant to the issue)*
    What is the property or setting which might trigger such a query from ORACLE Forms with ForUpdate and Nowait clause.
    Any ideas/suggestions on why such behaviour. Please have a healthy discussion on this. Thanks in advance.

    you can't dynamically add a query to the data model in reports.
    You should look into the XML based customization of Oracle Reports. This will enable you to define a report dynamically by creating a definition in XML.
    Also another option is to have the report with a query in it and use lexical parameters in reports to pass the query definition or just the where part of it.
    Look at the reports online help for both of these solutions.

  • FM for deleting customer contact detail

    Hi,
    is there any function module to delete the customer contact details.
    If so, please tell me .
    thanks
    chandra

    Hi,
    You can check the FM ISAI_CONTACT_DELETE.
    Regards.

  • BAPI for deleting customer contact details.

    Hi,
    I need a BAPI or FM to delete customer contact details.
    Kindly help.
    Regards,
    Sumit

    Hi Sumit,
    try this
                     BAPI_CONTACTCRM_DELETE
    reward point if useful.

  • Update in Master-Detail Form

    Hi All,
    I have a master block and the respective detail block is on a different canvas and I invoke it using 'Show' button in the Master Block. In the Detail/Child block I can able to display all the respective records(5 records display). Now I need to create an 'Update' button to commit the changes/Insertion of New records..The update buttons also created 5 times as the records display.
    1. I need only one "Update" button. Also exit and delete buttons as I dont have the default oracle menu for Details block.
    2. When I tab out of the 5th record, I want to get a new record field. Currently the tab cursor shuttles within and not able to create a new row to insert new record.
    Kindly assist.
    Thanks
    Sri

    Sri,
    1. I need only one "Update" button. Also exit and delete buttons as I dont have the default oracle menu for Details block.You have your button in your DETAIL Block. Therefore, it will be displayed as many times as the Records.Number of Records Displayed property of your Detail Block. The best solution is to move your button to a Control block. The other option would be to override the Block propery at the Item and set the Item Records.Number of Records Displayed property to 1.
    2. When I tab out of the 5th record, I want to get a new record field. Currently the tab cursor shuttles within and not able to create a new row to insert new record.Check the Block property Navigation.Navigation Style. It sounds like this property is set to "Same Record." If it is, change it to "Change Record."
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Function modul for updating field contact in tab but000

    Hello experts,
    does anybody know a fm in order to update the field
    'contact' in tx bp , in tab strip status ?
    I have to update this field for many cp and in tx bp I only
    can select this field on tab strib status.
    Now I want to make a programm and so I need a fm.
    Thanks for help
    Gerd

    Hi Gerd,
    Look at function module 'BAPI_BUPA_CENTRAL_CHANGE' . The importing parameter CENTRALDATA has got field CONTACTALLOWANCE and that is what you are aiming to change.
    Don't forget to commit the changes.
    Cheers,
    Surendar
    Edited by: Surendar Sangwan on May 15, 2008 3:10 PM

  • Best workflow for updating CS3 files to CS5

    Hi everyone,
    My company is going to be purchasing CS5 in the next few months. We have been using CS3 (Mac OS 10.5.8).
    I've read some threads on here that indicate opening CS3 files or templates directly in CS5 has caused some people some problems.
    Since my job involves maintaining the integrity of our many templates, would it be best to recreate them from scratch in CS5 (as I did when we switched from Quark) or is opening them and resaving as CS5 files considered safe?
    We have a copy of CS4. Would it be better to open/save in CS4 before opening in CS5?
    This transition needs to be as smooth as possible for the art directors and editors even if it means a bit more work for me.
    Thought? Suggestions?
    Thanks!

    Hi cj, welcome to the forum.
    This advice about starting from scratch is a belt-and-suspenders safety issue for CS5. There are a dozen or so reports floating here from folks whp've had various sorts of problems ranging from very minor to complete loss of an 1100 page book when working with files converted from previous versions. I've not had a problem, nor has anyone I know who is a regular here, but the reports are enough at this point to make me think it isn't necessarily all user error. Being pragmatic, I think it's less work to start a template from scratch than to try to rescue a job gone bad.
    And I said don't overwrite an older version file, as in save the new version in the same location with the same name, thus replacing the old one with no opportunity to get it back. Given that ID can only export a file that can be opened by the previous version, nothing earlier, this is just prudent workflow. If you have a disaster, you won't have lost your earlier version, too.
    And in general I don't recommend a workflow that uses the same document over and over, doing a save as for each new iteration. If you used PM for that many years I'm sure you know why. Small corruptions have a way of creeping into a document over time as you work. Recycling the document not only carries the unavoidable risk for new coirruption, but also brings any old bad stuff along too. Eventually this can cause complete document failure and we get periodic reports here from (mosstly magzine or newspaper) users who have lost weeks of work when the file can no longer be opened, usually with no apparent reason -- it worked fine all the previous day. Using a template instead means each new iteration starts from the same, hopefully clean, second generation file. ID is very stable, but it does happen. I also keep a spare tire in the trunk of my car, and back up may data every night.

  • To Lenovo Support - Ask for required information on your support request form

    This message is directed to Lenovo EMC Support. Whenever opening a support request, time is wasted in the first communication volley because the online support form does not ask for the required information.
    The first reply I get is always requesting the information listed below. Please, out of respect for your customers' time and your support personnel, update your support request form to ask for this information right on the support page at https://lenovo-na-en.custhelp.com/app/ask/
    Also, please update your Serial Number field so that it can accept the full serial number for the devices.
    The first reply I receive from your support staff always asks for this information:
    * Required information
    *First Name:
    *Last Name:
    Company Name and/or Point of Contact (if applicable):
    *Shipping Address:
    *City:
    *State:
    *Postal Code:
    *Country:
    *Daytime Telephone Number:
    *Product Serial Number:
    *Product Country of Origin:

    Thanks for the suggestion, I forwarded that to the appropriate people.
    As for the serial number section, the serial numbers are either 10 digits or 8 for some new devices. You may be refering to the whole model number and seriasl number. The SN is the last 10 or 8 digits.
    Where is my product's serial number?

  • Disable Field for Line Details Form

    How do I trap an event on a Line Details form to disable a field?
    The FormType for all the Line Details forms is 1 so I cannot differentiate one from the other. Also, there does not seem to be a Form Mode for Line Details forms so I cannot differentiate Add mode from Update.
    Any insight is appreciated.
    Thanks.

    Don't think you can disable a field in line detail. You can only disable a column... SDK didn't even allow you to disable a row in a line details-matrix, let alone a field... Let us pray then

  • Multipage forms- best workflow for future editing

    I'm struggling with understanding the proper workflow for creating and editing multipage forms.  I need to create a medical history form (PDF) where patients can enter their medical history and patient info. 
    This form is usually 6+ pages.  Each page has a header (logo and office address) and a footer (page number). 
    The problem I'm running into is when we need to make a change like add a question or change the wording of a question.  Is there a way we can edit the form (either in Word or an Adobe product) and not have to recreate the form in Acrobat Pro?
    I've hired contract workers from Odesk and each one I've hiried claims they can edit the questions after the form is created.  But each time this happens, the form looks worse after each edit.  I'm pretty sure this is the problem because they are editing the text in Acrobat Pro, which has very limited text editing capabilites.
    I'm wasting so much time going back and forth with contractors explaining to them that the text format looks like crap.
    I'm very capable of designing and editing these forms myself, but I just don't have the time.  So I'm contracting this work out. 
    I'd greatly appreciate any advice on the best workflow for PDF forms.
    Thanks!

    Yes, there is a way. You need to edit the original file format (Word, in
    this case), and then create a new PDF.
    You then open the old version (that has the form fields in it), and use the
    Replace Pages command to replace the old pages with the ones from the new
    file. This will maintain the form fields in place, although you might need
    to rename them and align them with the new page contents.
    This is a much better approach than trying to edit the PDF directly
    (although this option has been greatly improved in Acrobat XI).

Maybe you are looking for