Using WebApps secure area (liquid)

Hello team Colombia-British

Hoping someone can help me with this... I'm developing a secure portal for one of my clients.  Unfortunately, I did have the chance to dive deep into the liquid again, so way of looking for help here :).  Here's what I want to achieve:

A customer is assigned to a particular and secure area (via my client, ensure the client to a secure area that relates to them).  This customer would see only the web app refers to them only.  More than a customer can access the same element web app.

Assuming that we attribute these elements of web application in a protected area, is anyway to do this easily with the liquid? If so, any tips?

Thanks in advance,

Aaron

Hi Aaron,

Property in an element of web application system is limited to 1 person, you can not add to it, change it in any form.

You might have a custom field for a list of names of people and run a liquid check to see if the questions that the name was the same as the recorded person (defining it with javascript on the presentation of point web app) BUT it's open to...

1. If someone did an admin entry and I forgot to add, or does not have the correct names down.

2. liquid has a maximum range of only 500 items. You can run if statements, your own collection etc. but it actually only works in this 500-point range. This is a major issue for me and I try to get same information BC on it but they avoid it now

Tags: Business Catalyst

Similar Questions

  • A report that will show how a user has used the secure area?

    Hello everyone.

    I need to view a generated in the report on the activities of the Member section to securezone.

    The ideas are greatly appreciated.

    I've tried selecting the protected area (in the areas of Secure), click on action -> View Secure area usage report

    But it just displays: no data available for the period selected. no matter how to set the filter of time.

    Best regards

    Jones

    It seems that it is a duplicate to your message in this thread: is there a report that will show you how a user has used the secure area? . I will follow on this issue on the same thread.

  • Extract the expiration date of secured area to use for webapps

    Hi all

    Is it possible to extract the date of expiry of safe zone and use it to set the expiration date for webapps? I see that the expiry date of the zones can be retrieved through the e-mail section and not other places. Globals.User is out of expiry date.

    All I need is the number of days so that I can automatically update in the Webapp Set to expire in ___ days.

    The webapps unless automatically deletes itself when users are initiated out of secure areas?

    Try {{subscriptions.items [0] .expiryDate}}-items contains an array, you must specify which item you want to target.

    You must also consider the items array can contain several elements (if the currently logged-in user is subscribed to several secure areas).

    Hope this helps,

    Mihai

  • Receive the error message "the server that you are connected using a security certificate that could not be verified that the certificate CN name does not match the passed value.

    Prob Winmail.

    Receive the error message "the server that you are connected using a security certificate that could not be verified that the certificate CN name does not match the passed value. Do you want to continue? ». This started happening after that my laptop has been reformatted. I have synced with Gmail winmail and followed the instructions to do this correctly. By pressing the tab 'Yes' allows me to use winmail, but it's a little embarrassing.

    Using a digital signature?  Check the settings under Tools | Options | Security and also tools | Accounts | Mail | Properties | Security.

    Also, see here (http://mail.google.com/support/bin/answer.py?hl=en&answer=86382) and make sure that your settings are correct.

    Steve

  • The server that you are connected using a security certificate which cannot be verified... The name main target is incorrect... You want to continue using this server?

    All new computer running windows 7 64 bit, outlook and office 2007 installed, initial problems with the temporary user profiles, follow up advice and removed user profiles in the system registry and all seemed to go well. Computer works for about a week with two user profiles and now all of a sudden I get an error message when I start Outlook and from time to time when you browse the internet, it reads:

    The server that you are connected using a security certificate which cannot be verified... The name main target is incorrect... You want to continue using this server? (If I hit Yes then I can send emails)

    When I open view certificate it says: this root CA certificate is not approved. To enable trust, install this certificate into the store certificate authorities roots of trust. (Attributed to and: Cisco device demo certificate - valid from 10/02/2009 to 03/10/2019).

    Problem is I don't know what the certificate is, what I need, to find out how locate, how to move etc, I have read a few forums, but they are starting to be too technical. I need help for step by step easy.

    I tried to uninstall outlook 2007 and reloading and clearing of the States of ssl in internet options, and then reset by default (as someone suggested), but it made no difference.

    Problem is when you leave the store with the new computer, nobody wants to know you if you need assistance!

    Can someone please help? Thank you

    Hello

    Welcome.

    Just a tip, never download and install anything on your PC, unless you know and trust him.

    > «Computer brand new...» I need help for step by step easy. »

    Contact the PC manufacturer emphatically support team.

    > ".. . Office 2007 installed...

    Support to the: http://answers.microsoft.com/en-us/office/default.aspx#tab=1 and ask your question in Outlook it.

    You can also check if this problem occurs when you use Windows Live Mail, which can be downloaded on: http://download.live.com/wlmail.

    > «Server that you are connected using a security certificate which cannot be verified...» »

    Just learn more about the certification of server to the: http://en.wikipedia.org/wiki/Certificate_server .

    Remember: keep the system tools and security update.

    Success.

    Rgds.

    itconcerned

  • Using {module_data}: is it possible to get all the customers who are subscribers to 2 specific secure areas

    Using {module_data}: is it possible to get all the customers who are subscribers to 2 specific secure areas?

    That is to say: the list of all customers who subscribe to the secure area 51 and 6387 id.

    I am trying the configuration that you can see in the link below but is not working - I think that each customer is listed separately for each secure area, rather than listing a single customer and subscribed them to safe areas.

    2015-10-02_16-01 - 54.png - Google Drive

    I want to all clients in the CRM that match the criteria, not just check if the user matches the list.

    I can get it working for a secure or using GOLD, but the operator AND does not work in this case.

    Any thoughts?

    Do I have to run two separate (one for each secure area) calls, then compare the two somehow? Keeping in mind the 500 limit because it will look at the whole CRM.

    Hi Adam,.

    and do not work, as the system is testing to see if there is an object with two identity documents at the same time.

    What you can do, is useas follows:

    {module_data resource = "zonecustomers" version = "v3" fields = "customerId, IDZone" skip "0" limit = "100" = where = "\ {"IDZone": \ {"$dans": \ [51, 6387\] \} \}" order = 'zone ID' collection = "twoSZ" "}

    Yes, this will get duplicated in the result. Simply add the ID to a string, split to table and sort. Just made this to get unique products of 2 catalogs converted for your use case.

    EDIT (added a quick feature to find all of your customers)

    {module_data resource = "zonecustomers" version = "v3" fields = "customerId" skip = '0' limit = '1' where = "\ {"IDZone": \ {"$dans": \ [6524, 6664\] \} \}" order = 'zone ID' collection = 'howMany' "}

    {assign % max = howMany.totalItemsCount-%}

    Total customers: {{max}}

    {% assign limit = 500 - percent}

    {% assign moduloCheck = max: modulo: limit %}}

    {% If moduloCheck == 0 %}

    {% assign totalPages = max | divided_by: limit %}}

    {% other %}

    {% assign totalPages = max | divided_by: limit: more: 1 %}}

    {% endif %}

    Total pages: {{totalPages}}

    {% assign string = ' '-%}

    {% for i % (0.totalPages)}

    {module_data resource = "zonecustomers" version = "v3" fields = "customerId" skip = "{{limit |}}"} "{{time: I}}" limit = "{{limit}}" where = "------{'IDZone':------{'$dans':------[6524, 6664\]------}-}" order = 'zone ID' collection = "twoSZ"} "

    {% for article on twoSZ.items-%}

    {capture string %} {{item.customerId}},{{string}}{% endcapture-%}

    {% endfor}

    {% endfor}

    {% assign array string = | split: ',' |} Tri-%}

    {% assign UniqueId = ""-%}

    ID sorted

    {{ array | json }}

    {% assign index = 0-%}

    {% for a table-%}

    {% If index ==-%}

    {capture UniqueId %} {{a}}, {{uniqueIds}} {endcapture %}

    {endif %}

    {% index assign = a %-}

    {% endfor}

    Your customers

    {{ uniqueIds | split: "," | sort | json }}

    I had over 1000 clients. For me it loads quite fast...

  • Creation of a secure area in British Colombia, using Muse

    I have a Muse site hosted by BC webMarketing. Instructions for making a secure area begins by "select website manager > Secure areas and click on add a protected area." I can't find the secure areas in my BC admin panel. I need to create a single accessible member page with a password.

    Hello

    Please log in to the admin of your website, click on details of my on the top right of the admin page.

    In my details page > scroll down > enable (compatible with Muse) online edition

    Refresh the page and you will see the options in the Site Manager.

    Thank you

    Sanjit

  • With several Secure areas, how can you check that the user box is subscribed to when they are connected?

    So I guess it has to do with {module_data} and your API but I can't seem to understand this.

    I have 3 secure areas, basic, premium and pro and I want to use the liquid to display content on their page of account based on what secure area, they are advertised to. I know how to write the logic of the liquid, I feel like a dunce because I don't know which module to use to check where they are subscribers. Please when replying, don't slam me too hard upside the head because I don't know that it's right in front of me.

    I thank everyone!

    You can use module_data to get the information, but you still had the native module to do this:
    module_subscriptions | Developers of business catalyst

    You can run a collection and do what you want with the data.

  • Recommended Security Suite for Firefox 25. Using Mcafee Security Center 12.8 worm, I was wondering if I should change to Bitdefender or Kaspersky? Any suggestion

    Have 2 Win 8 machines, running Firefox 25 and a laptop with Win 7. All three are using Mcafee Security Suite ver 12.8 with Anti Virus 16.8. The subscription runs out in February 2014. I would like to make a change and I'm concerned about compatibility with Firefox worm 25 issues. Are there problems of compatibility with Bitdefender Security of Windows 8? Are there problems of compatibility with Kaspersky Internet Security 2013 or Pure 3.0 Total Security? If I make changes on the security Suites, I'll use the same version on Win 8 and Win 7 machines. All three will use Firefox 25. Any suggestions would be greatly appreciated.

    We're not supposed to indicate any personal point of view.

    I'm sorry.

  • Question of secure area

    First of all, it's kind of a good idea and it seems to work pretty well. However, if you put a few apps in the secure area and it turn off in the Open box, you can always reactivate in the Open box. It's that you can't hide the existence of certane apps, only the date in them.

    Is this correct?

    You have a secret bank account with Bank XYZ, and you want to hide that you use XYZ internet banking, app of the area open, or that you want to hide your apps from your friends or your family - you can really do with the current implementation, if I'm right.

    PS: I get it, that date will remain secure and protected, but you cannot completely hide your applications in the area of oppen ussage.

    Finally, question if you have a virus or malware in the box open, in theory, this should not affect your securitised area? If the infected applications are disabled?


  • I m unable to turn on windows Defender. It displays error 0 * 800106ba. I m using microsoft security databases since then I m having this problem

    I m unable to turn on windows Defender. It displays error 0 * 800106ba. I m using microsoft security databases since then I m having this problem

    Hello

    Are you running MSE or other antivirus/security programs stop Windows Defender running?
    Whether Windows Defender is blocked from running by them. McAfee, AVG and many others to do this.
    MSE includes features of Windows Defender inside run that separately it would be redundant.

    ------------------------------------------------

    Troubleshooting of Windows Defender
    http://support.Microsoft.com/kb/555957

    "%ProgramFiles%\Windows Defender\MsAsCui.exe" is the folder of the default Defender

    Start - type in the search box-> Windows Defender - find top - make a right click on it.
    RUN AS ADMIN

    If no joy using Start - computer or Windows Explorer to access this folder and create a
    Shortcut to put on the desktop and the Start Menu. You can also right click on a shortcut this and
    see if they point to here.

    Goal
    "%ProgramFiles%\Windows Defender\MsAsCui.exe".

    Start in
    "%ProgramFiles%\Windows defender.

    How to enable or disable the Windows Defender
    http://www.Vistax64.com/tutorials/93118-Windows-Defender-off.html

    --------------------------------------

    Maybe something here if necessary:

    What is display / causing the error message? Some anitvirus/security/antispyware products can
    cause this error. On those who use you, including those that your never had even those
    uninstalled (the remnants can cause problems). McAfee is just an example of what many can do.

    Start - type in the search box - Services - find top - Right Click - Run as Admin

    Windows Defender - value STARTED and AUTOMATIC

    or set MANUAL and STOPPED if necessary

    Fix for the problem of 800106ba.
    http://support.Microsoft.com/kb/931849

    Error (an example) of McAfee report.
    http://service.McAfee.com/faqdocument.aspx?ID=TS100610&lang=en_US&prior_tid=2&AnswerID=16777216&Turl==http://KB.McAfee.com/InfoCenter/index?page%3Dcontent%26id%3DTS100610%26actp%3Dsearch

    Check also:

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/574fb871-034C-4B42-B800-328af16a9177

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Windows Defender will not update using Microsoft Security Essentials AV deffinitions

    I can't get Windows defender to update its deffinitions.
    With the help of MS Security Essentials AV
    Vista Ultimate 64 bit

    Error found: Code 0 x 80240016

    Even though I installed the Windows updates last night, it seems that there are more updates to install tonight. Any ideas on what's going on? Should I wipe it and install Win 7?

    Hello
    Ms supports:

    1. Close the browser Windows Update or Microsoft Update Windows.
    2. Click Start
      The collapse of this image enlarge this image

      type command prompt, in the list of results, right-click invite and then click run as administrator .

      The collapse of this image enlarge this image

      If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    3. Type the following commands. Press ENTER after each command:
      net stop wuauserv
      net start wuauserv

    However, see here

    http://social.answers.Microsoft.com/forums/it-it/msestart/thread/5309cb8d-02e1-40E8-974f-0dcedb9ab9fd

    "Do I have to manually disable or uninstall Windows Defender, if I use Microsoft Security Essentials?
    A: If Microsoft Security Essentials did not automatically disable Windows Defender in Vista or Windows 7, you must turn off to avoid conflicts. Windows Defender can't be uninstalled Vista or Windows 7.
    If Microsoft Security Essentials does not automatically uninstall Windows Defender on XP, you must manually uninstall Windows Defender through Control Panel of configuration/Add / Remove programs. »

    Elvis

  • Updated MS page error: "files required to use Microsoft Update are longer registered or installed on your computer.

    Original title : Could not get the MS update or reinstalled is recorded on the XP Home SP3 machine

    Problem: MS page update error: "files required to use Microsoft Update are longer registered or installed on your computer.
    Now, I can't verify what has / has not been done!  Updates for years, now he did!

    Sort of bumped into a wall after trying a bunch of stuff. Here's what I've done so far:

    User login was Admin status for all activities tried & emumerees below, the various assignments of site Ms.

    Difficulty of test #1 (software installation)
    He tried twice with & without entering a "net.exe stop wuauserv" before trying to install it
    "c:\WindowsUpdateAgent30-x86.exe /wuforce".
    Installation failed with the error number after: 0x8024d007

    Difficulty of test #2 (registers dll files)
    He tried twice with & without entering a "net.exe stop wuauserv" before trying to register the dll
    DllRegisterSerer in c:\windows\system32\wuapi.dll failed. Return code is 0x80070005
    DllRegisterSerer to wuaueng1.dll succeeded
    DllRegisterSerer in successful c:\windows\system32\wuaueng.dll
    DllRegisterSerer in c:\windows\system32\dllcache\wucltui.dll succeeded
    DllRegisterSerer to successful wups2.dll
    DllRegisterSerer in c:\windows\system32\wups.dll succeeded
    DllRegisterSerer in successful wuweb.dll

    (checked the version of the file c:\windows\system32\wuapi.dll is 7.4.7600.226 in the system32 directory)

    Difficulty try #3 (MicrosoftFixit)
    MicrosoftFixit50597.msi--> ran, but he did not set

    Ran the Microsoft 1.0.3001.0 Security Scanner - nothing found

    A ran Malwarebytes Anti-Malware 1.61.0.1400 - no malicious items detected

    I have my "WindowsUpdate.log", but don't see a way of fixing here

    Help.

    Hi Dena. Thanks for check up.

    My machine now works. Here's what happened between my last post and the MS update feature works once more.

    I answered my own question about the SubInACL is allowed file to use on my machine. Googling it I found that it is a 'security descriptor and Editing Migration command-line tool' and that it would work on my XP Home edition. So I have done no harm. But he didn't explain why the machine does not respond to a stop command.

    So, with no harm done and an available restore point, I thought that I would see what the SubInACL program since the drive light was working but no message readable in detail until it was over.

    Googling the first line (echo off) in the batch file led me to a MS page that explains the function of command to echo. If I wanted to see out all I had to do was remove the echo off line. So I used Notepad to remove the line and saved the file. Re-run the bat file then produces a flow of lines in the cmd window - moving too fast to read. I got what I asked for but don't want that I really needed.

    Google "screen xp file output. The second Google result was a link to www.microsoft.com/resources/documentation , which explains how to redirect the output of a command file into a text file. So I followed the example and added a ">" and a unique filename at the end of each line. Worked like a charm. Weres big, very big files. All order lines have reported no failure except HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet which had modified 204160 entries and lines 901 has failed. Looking at a small sample of these faulty items, that they seem to belong to my McAfee AV, so I expect them to be special.

    A reboot of the machine successfully. Still didn't update.

    I ran the MicrosoftFixit program with no error reported.

    Rebooted and found the update feature works again. Cross my fingers batch of this next month of MS updates does not return this ghost.

    Hope someone can benefit from my experiences.

  • Error message: the files required to use Microsoft Update are longer registered or installed on your computer.

    As I never had problems with Microsoft Updates in the 3 years that I've owned this computer, I am confused now what has happenned.

    My laptop has a valid copy of Windows XP Professional and has always already been updated successfully, both manually by using the web page for the custom updates and so automatically.

    Can someone please shed some light on the question and how to fix it?  I obviously don't want to need to format this computer.

    I still regularly ran my anti-virus (N360 which is always updated) software and windows defender.  I have also always used Spybot S & D.  None of the mentioned software found no major problems, as I expect, because they are supposed to prevent intrusions. I also run the current Microsoft malicious software removal tool as an extra precaution.

    My problem is:

    After you perform a system restore to an earlier date on my laptop, I wanted to check windows update to make sure that all my security updates are in and up to date.  I opened the page to update as normal, then I accept the license agreement and I continued to the next screen.  Normally, I don't have to do this, he usually directly goes to the page.

    Then, I got this error message:

    The files required to use Microsoft Update are longer registered or installed on your computer.

    It is possible for me to choose
     "register or reinstall the files now (recommended)".
    However when I try this option I'm headed to the next web page where I get another error message:

    403-Forbidden: access is denied. You don't have permission to view this directory or page using the credentials you supplied.

    Could be a problem of hijackware but first see this archived thread WinXP general newsgroup: http://groups.google.com/group/microsoft.public.windowsxp.general/browse_frm/thread/4789b22822070e68/ee1886e36b8d6608?#ee1886e36b8d6608

    QED: Have you installed an update to wireless card that had been offered by Windows Update, the other day? ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • I get an error pop-up that says that Web page contains content that is not delivered using a secure HTTPS connection. What does that mean?

    I get an error pop-up that says that Web page contains content that is not delivered using a secure HTTPS connection, but likely to compromise the security of the entire webpage, whatever that means

    In "BOLD" on the very top of the ther security warning she also ask you want to view only the webpage content that was delivered safely?

    original title: HTTPS connection issues

    You are using Internet Explorer 8?

    This article describes the causes of this message and how you can remove:

    http://blogs.msdn.com/b/ieinternals/archive/2009/06/22/HTTPS-mixed-content-in-IE8.aspx

    Information on the changes in Internet Explorer 9 is available here:

    http://blogs.msdn.com/b/ie/archive/2011/06/23/Internet-Explorer-9-security-part-4-protecting-consumers-from-malicious-mixed-content.aspx

Maybe you are looking for