Would I use web apps for this?

I'm new at Business Catalyst...
Would I use a "web app" to allow a single business to log-in to just one page (their business directory listing) to make changes?  I'm trying to figure out the "work flow" for this. 
It seems like a "secure zone" is a page that isn't seen by the public - but the directory listings will be public pages -  I want each business listing to be accessed by the business through a unique login so they can keep their page updated. Thanks.

Thanks for the link.  I'll read those tutorials on webapps. I have been learning to use MUSE for the past week and published it to BC, but the BC environment is so different.  I understand you do the editing in MUSE and publish again.  I'm hoping that businesses in a directory updating their page from the "front end" will have a user friendly environment with a web app....
Are there any live example sites that serve as an example of this?  Thanks again!

Similar Messages

  • Would I use Dynamic Actions for this?

    As part of my hiring action, I would like to trigger an email to the Org's chief once the employee record is created. Is this done via Dynamic Actions? If so, can someone give me a step-by-step on how to set that up?
    Thanks!

    Hi you can use code like this in table T588Z
    Infotype
    |0000 |    |          |06|101|P|P0000-MASSN='E9'| check Action Type
    |0000 |    |          |06|102|P|P0000-MASSG='02'| check Reason for Action
    |0000 |    |          |06|103|P|PSPAR-PERSG='4' | check Employee group
    |0000 |    |          |06|104|W|PSPAR-PERSG='6' | check employee subgroup
    |0000 |    |          |04|105|M|M0001           | call a feature
    With this feature M0001 I think you can make it
    M0001 Parameter Settings for Mail on Change to Infotype Record
       Object
         Feature
       Task
         This feature enables you to control who is sent a mail, the text sent,
         and the processing type used.
       Use
         The feature can be used for all master data infotypes for both employees
         and applicants.
       Note
         Decision field TCLAS enables you to control whether processing is
         carried out only for employees (TCLAS=A) or only for applicants
         (TCLAS=B).
       Procedure
         The return matrix of the feature has the following form: XXXXX ZZZZZ
         XXXXX Mail attribute
         o   IDTXT - Name of a standard text. The first line is used as a title,
                     therefore you should formulate the mail after the second
             line
                     of the standard text. The above variable is entered. You can
                     only activate the infotype fields that trigger a mail.
         o   RECV1 - Recipient 1 is the administrator for HR master data from the
                     Organizational Assignment infotype (0001) who is responsible
                     for the employee on today's date.
                     For applicants this is the personnel officer.
                     The user name contained in T526 is converted into an office
                     name. This conversion takes place for RECV2 and RECV3.
         o   RECV2 - Recipient 2 is the payroll administrator taken from
                     the Organizational Assignment infotype (0001) who is
                     responsible for the employee on today's date.
                     This field is not supported for applicants.
         o   RECV3 - Recipient 3 is for the Time Management administrator taken
                     from the Organizational Assignment infotype (0001) who is
                     responsible for the employee on today's date.
                     This field is not supported for applicants.
         o   SUBTY - You want the employee whose data is changed to receive an
             e-mail
                     Here you specify which subtype is to be used to read the
                     employee's infotype 0105 record, that is, in which subtype
             you
                     store the employee's mail name. The employee only
                     receives a mail if SUBTY is filled.
         o   OUTBX - The mail should be in the sender's outbox.
         o   DISTR - Distribution list that is stored in the general folders
                     in SAP-Office (Transaction SO04).
         o   NAME1 - If the infotype that triggers the mail is not the
                     Organizational Assignment infotype (0001), then the feature
                     specified is read.
                     You can define distribution lists and recipients in
                     this feature. The standard SAP system contains the
                     feature RCIEV, which can be used as an example.
         o   NAME2 - If the infotype that triggers the mail is the
                     Organizational Assignment infotype (0001),
                     then the feature specified will be read
                     using the new data contained in infotype 0001. New data
                     means data contained in an infotype record for infotype
                     0001 that has been changed after the mail was sent. You
                     can define a distribution list and a recipient in this
             feature.
                     The standard SAP system contains the feature RCNEW,
                     which can be used as an example.
         o   NAME3 - If the infotype that triggers the mail is the
                     Organizational Assignment infotype (0001),
                     then the feature specified here, will be
                     read using the old data contained in the infotype. Old
                     data means data prior to changing the infotype record that
                     triggered a mail to be sent. You can define distribution
                     lists and recipients in the feature. The standard SAP
                     system contains feature RCOLD, which can be used as an
                     example.
         You can give a mail a process. The recipient of the mail can start the
         transaction specified from the mail:
         o   TCODE - Transaction code
         o   PAINF - Infotype
         o   PASUB - Subtype
         o   PABEG - Begin date
         o   PAEND - End date
         o   PAFCD - Function code (OKcode)
         ZZZZZ 30-character value that is entered in the field.
         o   XXXXX = IDTXT: ZZZZZ is a standard text from SAPScript with the text
             ID PAMA (Transaction SO10)
         o   XXXXX = RECV1, RECV2, RECV3: ZZZZZ=X is the appropriate
             administrator who is to receive the mail
         o   XXXXX = SUBTY: ZZZZZ is 4-digit subtype for the infotype 0105
         o   XXXXX = OUTBX: ZZZZZ=X the mail is put in the sender's outbox
         o   XXXXX = TCODE: ZZZZZ=PA30, PA20, PB30 or PB20
         o   XXXXX = PAINF: ZZZZZ is the 4-digit number of an infotype
         o   XXXXX = PASUB: ZZZZZ is the 4-digit number of a subtype
         o   XXXXX = PABEG, PAEND: ZZZZZ= either an 8-digit date in the format
             YYYYMMDD, e.g. ZZZZZ=19950630 for "30.06.1995", or enter the name of
             a variable in inverted commas, e.g. ZZZZZ='P0001-ENDDA'. The
             following exist: P0001-BEGDA, P0001-ENDDA, P0002-BEGDA, P0002-ENDDA,
             Pnnnn-BEGDA, Pnnnn-ENDDA, nnnn is the number of the infotype that
             triggers the mail to be sent.
         o   XXXXX = PAFCD: ZZZZZ=COP  Copy, ZZZZZ=DEL  Delete, ZZZZZ=DIS
             Display, ZZZZZ=EDQ  Lock/Unlock, ZZZZZ=INS  Create, ZZZZZ=MOD Change
         By using the operation NEXTR, you will jump into the feature's
         subsequent line. The last line of an action is closed with commas (not
         NEXTR).

  • Would I use the transformer for this?

    Here is what I want to do, I'm hoping someone can tell me how to do it.
    I would like to pan a (16th note) synth sound from one speaker to the other very rapidly. I've thought about just automating the pan settings, but the problem is I can't get the pan to come before the note. I could use two audio instrument channels but isn't it possible using the transformer to somehow tell logic where to send the data?
    Thanks,
    Erik

    You could sequence a bunch of notes, then use the transformer to convert that directly into fader pan data, for nice quantised values.
    Or you could draw in the pan data using automation over 1 beat, then use the Track Automation Folder or Automation Event editor to copy the data for as long as you need.
    Lots of other ways to skin this cat as well, as so often the case in Logic.

  • Use blog module or web apps for Blog posts?

    We are considering whether or not we should use a web app or continue to use the blog module for our client's blogs.
    Is anyone using web apps for their blogs, and if yes, what is your feedback on it?
    Or could someone tell me if BC will fix the blog problems (in regards to SEO) within the next 12 months?
    Thank you.

    Bc Blog can still do well seo wise. Many get to OTT in that regard I feel.
    Blog I hope gets fixes but a web app just does not quite offer the features at this stage to make a good blog. Not till the new web app engine next year.

  • I am using OSX 10.9.5 and Outlook Web App for emails. When I download an attachment it replaces the space in the file name with   - how can I change this?

    I am using OSX 10.9.5 and Outlook Web App for emails. When I download an attachment it replaces the space in the file name with %20  - how can I change this?

    Click on the below link :
    https://get.adobe.com/flashplayer/otherversions/
    Step 1: select Mac OS  X 10.6-`0.`0
    Step 2 : Safari and FIrefox
    Then click on " Download Now"  button.

  • The App Store indicates that 5 items need to be updated. When I go to the Update page, only a blank page appears and no application logo appears for updating. Would appreciate receiving a solution for this.

    The App Store indicates that 5 items need to be updated. When I go to the Update page, only a blank page appears and no application logo appears for updating. Would appreciate receiving a solution for this.
    Sridhar

    Okay - let's cut to the chase...
    If the Menu Bar (File, Edit... Help) shown in my screenshot below is not visible, use CTRL+B to display it. Then click on Help/Check for Updates. If one is available, you will be able to select it at this time.
    Note the item at the bottom of the list; About iTunes. Selecting that will show you which version of iTunes you are using.
    An alternative method to display the Menu Bar is click on the box in the top left of your iTunes window...

  • I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    Try CardMunch it works well for me

  • Can I convert the optical output to analog for a zone 2 audio? I would continue using the HDMI for the main zone. Can I use both of these simultaneously? Zone 2 only supports analog on this receiver.

    Can I convert the optical output to analog via a converter for  zone 2 audio? I would continue using the HDMI for the main zone. Can I use both of these simultaneously? Zone 2 only supports analog on this receiver.

    These will probably help.
    [http://www.jsresources.org/examples/audio_conversion.html]

  • Does Firefox allow use of full Outlook Web App for e-mail. If yes how do I switch from light to full?

    My e-mail is available throuhg Outlook Web App for microsoft Exchange and since I chose Firefox as my default browser I can only get the light version. Does Firefox not support the full version of Outlook Web App for windows 7

    Firefox simply tells the operating system to use the default mail client, so whatever the default is, that will be used.

  • I'm migrating a WP site to BC. I want to use a web app for their Blog...is there any way to have the web app item show in the root url vs root-url/web-app-name/web-app-item-name?

    I'm migrating a WP site to BC. I want to use a web app for their Blog...is there any way to have the web app item show in the root url vs root-url/web-app-name/web-app-item-name?

    Hi Justin,
    There's nothing like that atm. Please see http://forums.adobe.com/message/4730854
    Cheers,
    -mario

  • Java Web App for EP5 SP5

    Hi
    Recently I developed a Java web app for a Portal client.  The client is on EP5 SP5 with ITS and LDAP servers (a 3 server architecture).  I then used the deployment tool to create the necessary ear file and then successfully deployed it to the SAP J2EE Engine.  I then navigated to the following url:
    http://<portal_server>:8100/<web_app>/welcome.jsp
    However I am having trouble with the following:
    1) the jsp pages are not being rendered properly.  in fact welcome.jsp does not have any jsp tags at all but I am still getting a compiling exception.  as soon as I change the extension to .html the page is displayed fine.  issue: why am i not able to view the jsp pages.  error: com.inqmy.services.servlets_jsp.jsp.CompilingException ID 17013
    2) the web app I have developed utilises the sapjco functionality to connect to the relevant R3 system.  in my web app directory structure I have included the necessary sapjco.jar in the WEB-INF/lib directory but get the attached jco error. (I shouldnt need to set the classpath since the sapjaco.jar file must get picked up from WEB-INF/lib directory).  Error: At times I get a NoClassDefFoundError stopping at the line which requires the sapjco.jar file (where it uses JCo.Pool class) and at other times I get the "could not load middleware layer".
    I have tried numerous things to fix it but in vain.  Any thoughts around how I could go about resolving the issues will be greatly appreciated. 
    Willing to provide screenshots if required.
    Cheers
    Ankit

    Hi Alon
    Thanks a lot for the info!!
    I have read the doco you asked me to have a look at and it sounds reasonable.  But the question that I have is that is it possible to successfully include the relevant jar's in the application's WEB-INF\lib folder?? I ask this since I would expect the SAP j2ee class loader to look at the required jar's in the WEB-INF\lib folder?!? (Also the section on "Adding a Reference from a Deployed Application to a Service or Library" talks about an app that may want to use resources from OUTSIDE the application EAR.)
    So if I use any jar's such as sapjco, xerces, activation and mail I will need to add them to the library.txt if they are not already there (which they should be since the portal uses them) and then add the reference in reference.txt.
    Your thoughts will be appreciated.
    Cheers
    Ankit

  • Right way to use Web Apps on iPhone?

    I'm not sure I'm doing right way using Web Apps on my iPhone.
    Mostly I find the necessary Web Apps. on my Mac.
    And type the url address on iPhone.
    Then, if there is "view Web Apps" icon under the description of the Web apps, click to go and add it to home screen.
    Or if there is no "view Web Apps" icon, just click the url of the Web App name.
    Is this right way to add Web Apps I like?
    Thanks for help!

    When I find a web app I like in Safari I size the screen to what I want my homescreen icon to look like and click the + button. This adds a weblink icon to my homescreen making it easier to access than opening up safari and looking for a bookmarked page.

  • As of 3/30 when using the App for Facebook, when I log off of Facebook, it keeps me permanently logged into Facebook. If I use Safari to log into Facebook, I have no problem logging off. Is there a problem with the Facebook App??

    As of 3/30/13, when logging off of Facebook using the Facebook App, it will not log me out. It is now permanently keeping me logged in. No problem logging off of Facebook when I do not use the App. Is there anyone that can tell me why this is happening and what I need to do to Logout of Facebook. I like using the App for Facebook but I also want to be able to log off, I do not like to stay logged in.  Is there something different with the latest Apple software I downloaded a couple of weeks ago, IOS 6.1.3?

    it also could be something different, if you try google hangounts. change password and log out it still recieves notifications. its how apples handles the "channel" notification system for apps that recieve notifications or do backroung sync, and im sure at some point that security hole will be a hijack point.  i think its called XO auth. and is why it can maintain session even after an apperant logout
    if you go to the app and it shows you have logged out but are still recieving notifications then that is evidence of the bug.
    also look and find the option for "keep me logged in" i remember in the past that would allow a autologin after logout. also if the app does NOT save the logout status correctly in its "memory" the above refereced system will auto login you with the XO app authentication.
    if there really is no keep me logged in option. then what crh24 said, they designed it delibertly to keep you logged in. though i never remember a problem on my ios 6,. are you on ios 7, bunny hop?

  • VERY COOL: the web app for review & approve

    I have downloaded the package at
    http://developer.apple.com/samplecode/FinalCutServerIntegrationSample/
    read the readme, which is actually a manual, and set up everything accordingly. And now I have a very cool web app for review & approve with the same look and feel as the client. This is such a great feature that I really have no clue why apple is hiding it. There are third party apps that are less cool and cost a lot and don't send comments and flag back to FCsvr as this web app does.
    And the best thing: it's very easy to install.
    willard

    Don't give up so soon..
    Delete all XML files in the xmlin folder. try it again and when you see in "search all jobs" go to the administrator/log panel en double click on the upmost row (the one that inform you that the script has run). If it says cannot read XML file, the go to the xmlin folder and check if there is a new XML file. There probably is but not with the title you gave to the asset. This means that the script had problems assigning the title to the name of the XML file.
    Try now uploading a new file. Don't change the filename and give a tite of something without spaces. See if it works then.
    Also be aware that you set the priority probably to medium. A normal device scan would probably stop this.
    willard
    Message was edited by: Willard Jansen

  • Configuring default web apps for virtual hosts

    Hi,
    This posting is meant save time for anyone trying to specify a default web app
    for each of their virtual hosts (as opposed to specifying a default web app for
    each of their wl servers). This applies to weblogic 6.1, on NT. (I haven't tried
    this on other platforms).
    If you are trying to use the admin console to do this, give up. It's not possible.
    The "Virtual Host/Configuration" window lets you specify everything about that
    vhost configuration EXCEPT a default web app. (The "Default Web Application" drop
    down menu will always have only one option to choose from: "none").
    Instead, shutdown your server, and edit your domain's config.xml file manually.
    Attached is an example config file that specifies that the web app "kz" should
    be the default web app for the vhost "wl.kz.com", and that the web app "kahuna"
    should be the default web app for the vhost "www.kahuna.com".
    Hope this helps,
    Brian O'Donnell
    Lead Developer, Learning Network
    [config.xml]

    Hi,
    Is it possible to configure default web appls for virtual hosts
    with Weblogic 6.0 on NT platform? I tried to configure the configure.xml as Brian
    did, it doesnot work. I am just wondering if there's any other possible way to
    do this.
    Thanks.
    Mei
    "Brian O'Donnell" <[email protected]> wrote:
    >
    >
    >
    Hi,
    This posting is meant save time for anyone trying to specify a default
    web app
    for each of their virtual hosts (as opposed to specifying a default web
    app for
    each of their wl servers). This applies to weblogic 6.1, on NT. (I haven't
    tried
    this on other platforms).
    If you are trying to use the admin console to do this, give up. It's
    not possible.
    The "Virtual Host/Configuration" window lets you specify everything about
    that
    vhost configuration EXCEPT a default web app. (The "Default Web Application"
    drop
    down menu will always have only one option to choose from: "none").
    Instead, shutdown your server, and edit your domain's config.xml file
    manually.
    Attached is an example config file that specifies that the web app "kz"
    should
    be the default web app for the vhost "wl.kz.com", and that the web app
    "kahuna"
    should be the default web app for the vhost "www.kahuna.com".
    Hope this helps,
    Brian O'Donnell
    Lead Developer, Learning Network

Maybe you are looking for