Reply to Open Case inside Secure Zone via Form Instead of Email?

I also asked this on the LinkedIn group - any help appreciated!
I was wondering if anyone has done this? I heard on chat it cannot be done, but I was wondering if anyone has a workaround.
I have set up a CST system behind a secure zone for a client. They are using it for private communication, not support, so I am looking for a way to allow registered users to view their cases created via the CST in the secure zone (got that all set), but then be able to respond to an open case via a form inside the secure zone and have it append to the existing case, instead of via email.
I asked if the Case # could be appended to a URL to pre-fill a form field (mimic the format of the CST email), but I was told no go.
Any ideas? Alternative approaches? The goal is to allow people to correspond solely inside the secure zone if they want for privacy.
Thanks,
Kristen

Hi Liam,
Thanks! Yes - I have that all working inside the admin. What I was trying to do was have website visitors have the ability to reply inside the secure zone after logging in (not the CSR) so that they do not have to use email if they don't want to.
Here was an idea I had, not sure if it would work:
Here is the case list in the secure zone with a "reply" hyperlink: http://www.screencast.com/t/fZjzVLIt
Here is the reply form, with some fields already preloaded through secure zone modules. Would it be possible to build a string using tags for the subject line that would mimic the case subject line in the email so that the form submit would append to the existing case?
Here is the form: http://www.screencast.com/t/sFPObjAiYVJ
Here is the case in the system: http://www.screencast.com/t/KdhjlKuEjh
I don't know if this is specifically possible (can tags render like that?), or if you have any other ideas.
Thanks!

Similar Messages

  • I am waiting for Adobe reply on open case for change of platform for Photoshop

    I am waiting for adobe reply on open case 0210885939. My user # is 114057269.

    Try sub-forum http://forums.adobe.com/community/photoshop

  • Secure Zone login form logs user in who isn't registered for it?!

    I have a client who runs an eCommerce site through BC.  We have a secure zone setup for his site and he wants to review and approve users before they are given access.  There is good reason for this so please don't bring up counter-points as it is non-negotiable.
    Anyway, the secure zone registration form basicly creates a user CRM record and allows them to select a username and password.  I've instructed to client to continue into the CRM and select the checkbox next to the appropriate secure zone in order to authorize the account to login.  As far as we know this has been working until yesterday.  Now, when somebody who has an account but it is not approved yet tries to login, they receive the form error as to be expected.  However they get logged into some phantom secure zone.
    I say "phantom" zone because the actual registration form doesn't subscribe them to a secure zone, it's manual (as previously stated).  This is a pretty big issue as a major reason for doing this is that my client doesn't want his prices visible to the public.  Only after the person is in the secure zone are prices visible.  Any help would be much appreciated.  I know BC launched a new update recently which my be a contributing factor....thanks in advance!

    Hi Mike,
    This has always been the case.
    IF you have a username and password and login to a site you are logged in. You may very well not be part of a securezone but you are logged in. This is why hiding and showing content soley based on the isloggedin module is a very thoughtful process as you can not show content based on this knowledge.
    This has nothing to do with the update, you probably only just noticed this behavior but this has been the case since BC born.

  • Sending password via sms instead of email

    Hello,
    when a user gets a new password the user receives an email with his new password.
    I want to know if it is possible to send the password via sms instead of email?
    We are running on NW04 SPS19 Patch 7.
    When i navigate to System Admin - System Config - UM Configuration - Notification E-Mails theres no way to use the sms channel instead.
    Is ist possible to change it anywhere in the portal or do i have to do it programatically?
    Thanks
    Joerg Heyne

    Hi,
    check the below thread
    Re: SMS messages
    Raghu

  • How do I redirect a secure zone login form with javascript?

    I would like to redirect what page a user goes to after filling out the secure log in form. I would change the landing page of the secure zone, but I need a log in form to go to a different page of the site. I would also create a seperate secure zone, but I have almost 3000 subscribers and it would be very time consuming to add all those users to this new zone.
    I would like to redirect the user (using the form from a secure zone) to a different page other than the landing page of the log in form. How do I do this with javascript?
    I saw this page: http://kb.worldsecuresystems.com/598/bc_598.html#main_Logging_into_different_Secure_Zones_ according_to_ID_number but couldn't make sense of it for my current situation. (I don't need multiple zones, just the form to redirect to a different page after submission)
    <form action="https://redlakewalleye.worldsecuresystems.com/ZoneProcess.aspx?ZoneID=12369&Referrer={module_siteUrl,true,true}&amp;OID={module_oid}&amp;OTYPE={module_otype}" method="post" onSubmit="return checkWholeForm52938(this)" name="catseczoneform52938">
                <div class="form">
                <div class="item"><label for="SZUsername">Username</label><br />
                <input type="text" maxlength="255" id="SZUsername" name="Username" class="cat_textbox_small" /></div>
                <div class="item"><label for="SZPassword">Password</label><br />
                <input type="password" autocomplete="off" maxlength="255" id="SZPassword" name="Password" class="cat_textbox_small" /></div>
                <div class="item"><input type="checkbox" id="RememberMe" name="RememberMe" /><label for="RememberMe">Remember Me</label></div>
                <div class="item"><input type="submit" value="Log in" class="cat_button" /> <a href="/_System/SystemPages/PasswordRetrieveRequest">Lost password?</a></div>
                </div>
                <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
                <script type="text/javascript">
                    //<![CDATA[
                    function checkWholeForm52938(theForm){
                        var why = "";
                            if (theForm.Username) why += isEmpty(theForm.Username.value, "Username");
                            if (theForm.Password) why += isEmpty(theForm.Password.value, "Password");
                            if (why != ""){alert(why);
                                return false;
                       // Add the redirect code here?
                        theForm.submit();
                        return false;
                    //]]>
                </script>
            </form>

    I've been working on the same thing and have nearly solved it with these tutorials:
    http://www.bcgurus.com/tutorials/re-directing-users-to-the-correct-secure-zone
    http://www.bcgurus.com/tutorials/building-a-better-secure-zone-login-page
    The first tutorial will let a person continue on to the page he/she was attempting to access. For example, if your site offers learning lessons in a secure zone... A visitor could click on a lesson, get prompted to login and then be redirected to that particular lesson instead of the landing page for the secure zone.  The script in the tutorial also accommodates general logging in: "if the person wasn't going somewhere specific then send him/her here (landing page, user account, whatever).
    Might be worth checking out the free BCGurus trial or joining for a month.
    Brian

  • The custom form cannot be opened. outlook will use an outlook form instead

    Hi,
    I was referred to this forum by the Outlook team who thought you may be able to help.
    I am getting the above error periodically on my Outlook 2010 at work.
    I have a few email accounts defined on this and there appears to be no particular event that triggers the error message which regularly occurs every 10 to 15 minutes.
    I have looked at other posts for this which suggest clearing the cache and emptying the FORMS folder which I have done but the problem just keeps reoccuring as usual.
    The same file keeps appearing in the Forms folder called OUTLOOK.GL1 where GL1 is the name I gave to the email account that is on an MS Exchange server.
    The file contains only 4 text charachters.
    Now I havent added any customs forms at all, and certainly not in the last few days since this error has been appearing. 
    I have no idea where to look for any form definitions or where any forms might be required.
    Can anyone offer some suggestions as to how I can go about solving this as clicking ok to this error message 6 times every 10 minutes is driving me nuts.
    Thanks, George.

    Hi George,
    The lastest is with this link: http://www.outlookcode.com/article.aspx?id=64
    There are a few options to try when clearing the cache doesn't work.
    Regards,
    Matthijs

  • Secure Zone Issue

    First of all it is a kind of a nice idea and it seems to work quite well. However, if you put some apps in the secure zone, and deactive it in the open zone, you can still reactivate it in the open zone. That is you cant hide the existance of certane apps, only the date in them. Is that correct? Say you have a secret bank account with bank XYZ and you want to hide that you are using XYZ internet banking app from the open zone, or you want to hide your dating apps from your friends or family - you can't really do this with the current implementation, if I am right.  P.S: I get it, that the date will stay secure and protected, but you can not completely hide your ussage of some apps from the oppen zone. Finally, question if you have a virus or malware in the Open Zone, in theory this should not impact your secure zone? If the infected apps are deactivated? 

    Thanks again, huangzg, for the prompt and professional reply. I am also quite impressed and excited that you looked at my suggestions and considered to implement some of them.  Regarding the remaining open issues, I will repy in blue:
    4. Error when installing apps in SZ
    This should be an issue, we need more details to fix it. Please help to provide, thanks. When I tested the Vibe Z2 Pro, I was not able to install apps in the Secure Zone, via the Play Store (or any other way). When in SZ, I opened Google Play Store, I found an app, I clicked install, and the Google Playstore started installing, after it interrupted and gave me an error message, like there is a bug.  I do not remember the exact error message, but I can provide it if necessary. It was only possible to install apps in the Open Zone. Some other users confirmed that this is the case.  Franky, I do not think this is a problem as the Open Zone is a sort of administration zone where all the apps are installed. So I thought this is a functionality , that it is not possible to install apps in the Secure Zone. That is fine and I do  think it is probably increasing the security of the SZ. However, what bothers me from user perspective, is that the google play store gives error message like as if there was a bug.  Which might confuse users. Although, this is not a bug only a functionality. So I suggested, that instead of getting an error message when installing apps in playstore via the SZ, the SZ could give a message something like "All new apps have to be installed in the Open Zone". Having that said, I do not know if this is possible to implement, as the error message comes form the google play store, so I do not know if you can actually catch the play-store error message or pressing of the install button and replace it with secure zone message. It is just cosmetics. 6. It is a great secure zone but not a guest zone
    Guest mode is coming in Google Android L version. Any devices upgraded to Android L will include this feature. What kind of guest mode will this be? Will it be basically a second secure zone that will be labeled guest mode? Will it only have 1 extra guest mode or several? I am not trying to push the limits, I am just being curious.  P.S. I also think a guest mode could be used as an personal user mode. I could put all the apps that I use daily in the "user mode / guesst mode" and thus the Open Zone would serve only as an admin zone for installing apps. Or think of it as a glorified app drawer. I.e. it would be possible under some conditions to use the guest mode as your own user account with just selected enabled apps. That would go a bit beyond anything that currently exists by other developers. Thus, it is just brainstorming, not a suggestion.  Above changes will be available in K920 ROW L version. I am now testing the Vibe Z2 (5.5 inch, 2 GB RAM). I did not find the secure zone there. Should I assume that the secure zone will only be available on the Vibe Z2 Pro also after the L update? Does this has to do anything with the 3GB of RAM in the Pro version? Vibe X2 and Vibe Z2 have 2GB RAM, is that too little to roll out a secure zone on those phones?

  • WebApps (Liquid) Secure Zone Help

    Hi BC Team,
    Hoping someone can help me with this... I am developing a Secured Team Portal for a client of mine.  Unfortunately I haven't had a chance to delve deep into Liquid yet, so, sort of looking for some help here : ).  Here is what I want to achieve:
    A customer is assigned to a particular secure zone (via my client, securing the customer to a secure zone that relates to them).  This customer would only see the web app relates to them only.  More than one customer may have access to the same web app item.
    Assuming we assign these web app items to a Secure Zone, is there anyway to achieve this easily with Liquid? If so, any tips and tricks?
    Thanks in advance,
    Aaron

    Hi Aaron,
    Ownership in the system of a web app item is limited to 1 person, you can not add to that, change that in any form.
    You could have a custom field for a list of peoples names and run a liquid check to see if that name was the same as the person logged in (setting this with javascript on the web app item submission) BUT this is open to issues....
    1. If someone made an admin entry and forgot to add or did not put the correct names down.
    2. Liquid has a scope limit of only 500 items. You can run if statements, your own collection etc but it effectively only works within that 500 item scope. This is a major issue for me and I am trying to get even feedback from BC on this but they avoiding it at the moment

  • Single form for secure zone registration and web app submission?

    Hi
    Is it possible to setup a form where a user can simultaneously register for a secure zone and submit a web app entry? The knowledge base / tutorials describe a two step process (web form for secure zone registration and web app input form for web app submission), but I would like users to be able to do both with a single form
    Thanks in advance for any suggestions
    mls

    In order to have a customer create a web app item they must be logged into the secure zone already.  I've seen some instructions on how to let users submit web app items outside a secure zone but that requires creating a dummy anonymous user and logging them into the secure zone via javascript.  You could use this method and once it's submitted you'll have to manually attach the web app item to the correct user in the BC Admin.  That might not work for you but you can read more about that at http://forums.adobe.com/docs/DOC-1784
    You can't use the above solution with the current user's username and password because those tags are only available when the user is logged into a secure zone already.  If your signup form needs to be filled out first, the user isn't logged in.
    Your best bet is to have the public signup form redirect the user after submission to an "Add item" form you have created. Maks sure that form is in a secure zone so when they add the item it is attached to their account.
    If you don't want to redirect them to a secure zone and want it more seamless you could try to use some javascript/ajax to submit the form via javascript and after the form is submitted, use the javascript code in the above to log them in (be careful to use the https://yoursite.worldsecuresystems.com url if you are passing username and password info gathered from your form to log them in via javascript/ajax).  Once they are logged in via the javascript you can use more ajax to fetch a page's HTML that resides in a secure zone.  This HTML returned from the javascript can be your "add web app item" form and since they were logged in via javascript (securely, right?) this HTML should contain the right information.  Insert this returned HTML into your form container that held the original signup form and they can continue to add a web app item without having to log in.
    This is theory and might work but you'll have to start experimenting with it via javascript.  I haven't actually tried to do this so hopefully some other community members who might have tried this can weigh in here as well.
    Good luck!

  • Secure zone art proofing system

    Hey Guys,
    Has anyone here had experience with building a design proofing system into their BC site?
    I was hoping there would be a way to setup a web app to do this.
    It would need the basic features like:
    Image of design being proofed
    Approve / Reject buttons
    Comments
    Notifications when approved or rejected
    Secure zone access
    I'm guessing something like this can be setup with a web app but I have no clue on how to individualize the content based on who is logged in. Would it be possible to use cases to populate the content?  I'm new to BC so I don't fully understand all the possibilities here.
    Thanks!
    -Eric

    Hi Chad, and all other Gurus...
    We're using the 'email as username' trick - it appears to work fine except for the following problem... Do you know how to work around this??
    When a user signs up to a secure zone twice, using the same email (username), but a new password, BC recognises that they are already in the system and sends them a message including the following extract in the web-form summary, but provides no front-end feedback to let them know they already have a username/password.
    Username
    Your record has an existing username. This will be emailed to you. [[email protected]] - has been ignored.
    Password
    Your record has an existing password. This will be emailed to you. [******] - has been ignored.
    This makes little sense at all to an end user, and we'd like to re-word it to make sense.
    Or at the very least redirect the user to a page that tells them that they already have a username/password, and would they like a reminder sent.
    Any ideas where/how we can do this?
    Best,
    Adrian
    EASE
    Message was edited by: EASE

  • Ending a recurrent secure zone subscription

    Hello,
    We are selling subscription to a secure zone. Is there any way for the subscriber to end the subscription on the front-end? I've been looking over the modules and could not find anything like that. If that is not possible, will just un-subscribing the client from the secure zone end the recurrent payments?

    Hi Maria,
    Unfortunately there's no front-end option. 
    The steps for cancelling membership can be found below.
    Cancelling memberships
    If a subscriber decides to cancel their membership, the workflow is as follows:
    The suscriber will contact you via the contact form on your site (or via a phone call, if you've provided your number online).
    Note: If desired, you can create and publish a Secure Zone cancellation form on your site for this specific purpose.
    After receiving notification, choose Customers > Customers to access their record, as described in the previous section. Click the Recurrence/Direct Debit link to see the Order Details page, as shown in the screenshot above.
    Use the Recurring Status menu to change the setting from Enabled to Disabled.
    Next, follow the steps provided in the next section to manually unsubscribe the customer from Secure Zone.
    KB reference: http://kb.worldsecuresystems.com/kb/setup-recurring-billing-secure-zone.html
    Hope this helps!
    -Sidney

  • Multiple Secure Zones with a Single Login Form

    Hello, I've created a login form and 20 different secure zones. I am needing to redirect users to their own personal secure zone automatically once they login (without the need for them to choose the secure zone) Can you please let me know how this can be done? Thank you much

    Hi
    The main difference is :
    Using generic secure zone login option : When customer logs in , he stays on the same page. I mean , Generic secure zone in BC doesn't support redirect to other pages . However, he will have access to all the pages that were in other secure zones to which he actually subscribed to.
    Using Specific secure zone login form, you have option to redirect the user to specific landing page and user will have access to data that is placed in this specific secure zone.
    You may locate the Generic secure zone login form in toolbox > site modules > secure zones > sign in form >  as shown in below screenshot :

  • Best practice for secure zone various access

    I am setting up a new site with a secure zone.
    There will be a secure zone. Once logged in, users will have access to search and browse medical articles/resources
    This is how an example may go:
    The admin user signs up Doctor XYZ to the secure zone.
    The Doctor XYZ is a heart specialist, so he only gets access to web app items that are classified as "heart".
    However, he may also be given access to other items, eg: "lung" items.
    Or, even all items. It will vary from user to user.
    Is there any way to separate areas within the secure zone and give access to those separate areas (without having to give access to individual items - which will be a pain because there will be hundreds of records; and also without having the user log out and log into another secure area)

    my only issue with this is that I have no idea how to open up File Sharing to ONLY allow users who are connecting from the VPN
    Simple - don't expose your server to the outside world.
    As long as you're running on a NAT network behind some firewall or router that's filtering traffic, no external traffic can get to your server unless you setup port forwarding - this is the method used to run, say, a public web server where you tell the router/firewall to allow incoming traffic on port 80 to get to your server.
    If you don't setup any port forwarding, no external traffic can get in.
    There are additional steps you can take - such as running the software firewall built into Mac OS X to tell it to only accept network connections from the local network, but that's not necessary in most cases.
    And 2. The best way to ensure secure AND encrypted file sharing via the server...
    VPN should take care of most of your concerns - at least as far as the file server is concerned. I'd be more worried about what happens to the files once they leave the network - for example have you ensured that the remote user's local system is sufficiently secured so that no one can get the documents off his machine once they're downloaded?

  • Why is it that on a 5s you can by pass all security measures via Siri, where as the 4S asks for an unlock?

    On a 5s you can by pass all security measures via Siri, where as the 4S asks for an unlock.  Why?

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • How do I show the details of a customer when they are logged in a secure zone?

    How do I show the details of a customer when they are logged in a secure zone?
    I want to show the customer details as well as some customer CRM fields that are applied to the customer. None of these are entered via a form, they would be entered by the client. The customer would need to be able to log in to view the information and get an email alert when it is updated. Help!?

    Hi,
    You might want to look into customer service zones which allows customers once logged in to see their case, order and own details. 
    - http://kb.worldsecuresystems.com/133/bc_133.html
    - http://kb.worldsecuresystems.com/kb/customer-service-area-orders.html
    - http://kb.worldsecuresystems.com/kb/allowing-customers-view-update-crm.html
    Kind regards,
    -Sidney

Maybe you are looking for