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...

Tags: Business Catalyst

Similar Questions

  • I use LRM6 with Win7.  Cannot display all of the subfolders on external drive with photos.  Can't see most recent used folders.  How can I get all the records to display in the tree when the library module?

    I use LRM6 with Win7.  Cannot display all of the subfolders on external drive with photos.  Can't see most recent used folders.  How can I get all the records to display in the tree when the library module?

    Syrup72 wrote:

    Why I see pictures when I click on the tab all the photos above, which do not show in the tree on the G: drive?

    DSC_2429 is in the shown locaton and present in all the Photos, but there is no folder "Tulsa"... "in the tree.

    The left pane is a "choose one". "All photos" are just that. 'G' is a different option.

    Lightroom is not a file Explorer. He knows only the drives and files that you have imported the photos of. If LR shows not all of the photos that are on your hard drive, it is because you did not import all photos.

    If LR shows you a photo in "all photos" but do not show it in the folder you think he is in, go to "all photos", select the image, right click "view in the library folder. This will show you where LR think the picture is.

  • Can we get all the contacts that are in the Blackberry phone using the PIM functionality that is, JSR 75?

    Hello guys,.

    I need to develop an application that should support devices such as the Bold 9700 and Pearl, Storm, Blackberry Curve 8900. If I go for j2me / MIDP, what will be the limits that I face in blackberry? Is it recommended to go for j2me or device-specific development of RIM.

    Can we get all contacts into the Blackberry phone using PIM JSR 75 i.e and other native features features if developing an application in j2me for blackberry. I guess that the user interface will be completely different, but we support all the controls that supports the JDE?

    Is someone can you please tell me if I can get access to all contacts present in the Blackberry phone using 'javax.microedition.pim' API - that is not specific to the RIM. Has anyone tried this one virtually on the phone or emulator?

    Y at - it something like a website where I can test my application on Blackberry devices as in the Nokia Forum Sites?

    Thanks in advance.

    Kind regards

    Raki

    JSR75 is supported

    However, there are some extensions specific "Blackberry" for the base PIM classes. These add a few extension Blackberry PIM data. I think that you can only use the JSR 75 classes as long as you don't need BB extensions.

    For the test, the development environment provides the device simulators.

  • Is there a way/query to get all the configuration WHO?  something like a report that includes heapsizes (initial max) and setting paratmers, etc. which are specific to the OEM middleware.

    I'm looking for a query compare - my config of UN-produced SGD with my config of SGD prod.    My OEM non-produits are not controlled environments, and no changes will happen dynamically.  The fear is that we miss a config that we made in non-produits, but did not Prod!   My main goal is: wanted configs everything has changed, so that I can compare the environments. This will also help check if we follow values recommonded Oracle.

    Any help is very appreciated.

    Thank you

    Vijay

    Thank you.  Exploring the omsvfy command, looks like omsvfy-summary view gives version I'm looking for.

    -Vijay

  • To get all the Table names

    Hi all

    I have almost 70 procedures in my database.
    I want to get all the names of the different tables used in the procedures of 70.
    Is this possible?

    Note:
    All the table names are prefixed by the name of schema as DEVSRC.table_name.


    Please advice

    Thank you
    JO

    Johney says:
    Hi, VT

    A doubt.

    This query will give the names of the tables to only select stmt used in the procedure

    or

    List of table names that accompany in all DML operations inside the procedure?

    Thank you
    JO

    It will give all the table to be used in select or any DML...

    You can also view by creating a temp proc

    SQL> drop procedure proc_test;
    
    Procedure dropped.
    
    SQL> select name, referenced_name, dependency_type from user_dependencies
      2  where type = 'PROCEDURE' and referenced_type = 'TABLE' and name='PROC_TEST';
    
    no rows selected
    
    SQL> create or replace
      2  PROCEDURE proc_test
      3  IS
      4  v_ID    number;
      5  v_PRID  number;
      6  v_PRLID number;
      7  v_DATERECEIVED date;
      8  Cursor C1 is
      9  select * from table_c;
     10   BEGIN
     11   open c1;
     12     LOOP
     13      FETCH c1 INTO v_ID,v_PRID,v_PRLID,v_DATERECEIVED;
     14      EXIT WHEN c1%NOTFOUND;
     15      insert into table_b values(v_ID,v_PRID,v_PRLID,v_DATERECEIVED);
     16      Commit;
     17     END LOOP;
     18   CLOSE C1;
     19   END;
     20  /
    
    Procedure created.
    
    SQL> select name, referenced_name, dependency_type from user_dependencies
      2  where type = 'PROCEDURE' and referenced_type = 'TABLE' and name='PROC_TEST';
    
    NAME
    ------------------------------
    REFERENCED_NAME                                                  DEPE
    ---------------------------------------------------------------- ----
    PROC_TEST
    TABLE_B                                                          HARD
    
    PROC_TEST
    TABLE_C                                                          HARD
    
    SQL> 
    

    Concerning

    Umesh

  • Satellite L500 - can I get all the instruments and the driver for Win 7?

    good then I got this Toshiba Satellite L500 with Intel... its installed with Windows Vista Home Premium...

    The first problem I had with it was that the Toshiba programms stoped working and reformatting the drive and put it back, then I 'solved' this part...

    Now, the second is that RUNDLL32.exe stops working after that the pc started motor pump and the computer stops responding or becomes slow...
    I tried to format the drive but is still of problems.... more the toshiba programms are defective...

    After research I did his seems to have a place of Vista so I asked of upgrade me to windows 7 and then I also had a few questions?:  :|

    1. is it possible to get all the programms Toshiba Windows 7, flash cars, webcam etc.

    2 does windows 7 run all the programms vista only?

    3 - is so great that I heard?

    Thank you! {for your help, I really need some help... thank you: 8}

    Hello

    I put t know why you have software problem with the Vista OS preinstalled but my Toshiba tools and utilities work fine! Once the control buttons stopped working, but I could fix it reinstall the VAP.

    Back to your question:
    Yes, you can get all the Win 7 drivers and tools for the L500 series. Why not?
    If you would take a glance on the Toshiba page you would find all the stuff for download!

  • I want to see just all the Photos that are not in an album - possible?

    Hello

    is it possible to see all the photos that are not in the album?

    Photo on Mac

    THX

    Stefan

    Yes, create smart albums with the rule 'Album isn't everything. "

    For the file menu: file > new Smart album

    This album will contain all the photos that are not in any standard album.

  • Using Sansung S3, not yet possible to share all the tabs opened (using NFC) with another phone NFC. But only the a main tab, I'm currently browsing is possible.

    Sansung S3 using, Android 4.1.2 Firefox 24.0; not yet possible to share all the tabs opened (using NFC) with another phone NFC. But only the a main tab, I'm currently browsing is possible to share. It is the function of current NFC function of Firefox?
    If so, when will it feature to share all the tabs?
    Thank you.

    I don't know if we implement this. Sharing of all the tabs you have open have many security and privacy issues. Someone forget that they had a tab open, they didn't want to share or miss-clicks on the sharing of all the option.

    We are looking for ways to better share tabs with devices that are located nearby. Especially if they are on the same WiFi network.

  • I use 5s iPhone and upgrade to iOS 9.3.1 but he can't get all the features...

    I use 5s iPhone and upgrade to iOS 9.3.1 but he can't get all the features...

    What features Miss do you?

  • I created signatures and look OK in preferences, but I can't use them.  It worked once, but I don't know how or why.  I don't get all the dialog boxes.

    I created signatures and look OK in preferences, but I can't use them.  It worked once, but I don't know how or why.  I don't get all the dialog boxes.

    Thank you.  I read the article you quoted, as well as others, several

    times.  Creation has been problem free.

    My problem is that AID has never said, that I could find, HELP or

    TIP to search for a tool called certificates.  I searched,

    Signatures, Signatures Digital and many others but they lead no where.

    I think that HELP need HELP.

  • Ive Osx 10.9.3 using Safari 7.0.4 and try all the remedies (allow you to uninstall old adobe plug-ins etc.) I still get an error notice can't complete installation. ? What next pleaset

    Ive Osx 10.9.3 using Safari 7.0.4 and try all the remedies (allow you to uninstall old adobe plug-ins etc.) I still get an error notice can't complete installation. ? What next pleaset

    Try this installer: http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player_osx.dm g

  • I try to install vista on my laptop but a letter of the key is not visible, all the other parts are very well including the serial code, is there another way to get the key of the other information?

    Taché product key

    Hello

    I try to install vista on my laptop but a letter of the key is not visible, all the other parts are very well including the serial code, is there another way to get the key of the other information? The laptop currently has non-OS I've tried to reinstall.

    Thank you

    Scott

    Product keys are bit-agnostic - they don't care if it's 32-bit or 64-bit.

    However, cannot legally use the recovery disk from one computer to a different constructor machine - as other licenses are not properly paid..

    There is nothing nonetheless to try all possible variations on the absence of character (there are only 25, after all the )

    Other than that, your best option is to contact the manufacturer and order a set of recovery disc for the machine. I do no download available for Vista with SP2 - but you can download Vista with SP1 and create the disc.

    http://www.heidoc.NET/Joomla/technology-science/Microsoft/57-Windows-Vista-direct-download-links

  • Is it possible to keep all the brush strokes, textures and layers of Adobe iPad drawing apps to illustrator CC?

    First of all, I want to say 'Hi' to everyone, because I am a completely newbie in this forum !

    As I am more in love with the design of the apps on my iPad 2 air and as a user of Adobe CS6 Adobe illustrator, I am seriously considering subscribing to CC Illustrator just to fully evaluate all my drawings of iPad in vector format instead of getting jpg or png files.

    Is it possible to keep all the contours, textures and layers EXACTLY as the original drawing of drawing Adobe apps, like Adobe draw or sketch of my iPad to illustrator CC?

    I actually downloaded the trial version of Illustrator CC, I noticed that the workflow is a little different from CS6 (with CS6, I use the trace of the image) and I can send the drawing directly to illustrator CC, but I've always had a PNG / jpg picture I need to work more with the following steps to turn to a vector format true :

    Object > sketching and line drawing > expand path

    and of course all the layers went with the method above. And all original textures and the brush strokes are replaced by the command-line images...

    And when I open a file in Photoshop, sketch a "version 2 of the adobe photoshop sketch file format is not supported in this version of adobe illustrator" message and the file that can open but was in jpg / png?

    Did I miss something? Or it's because I don't have a full subscription to CC? :/

    Simple question first:

    The error message does not appear to say anything - just click 'OK' and it works fine for me.

    Regarding the conversion of the brushes and work, it's a little more difficult.

    In Illustrator, (on my test), features all had a generic brush applied.   To get a better brush, I just clicked on the route of the path and then choose a new brush.

    AND

    If you use Adobe Brush (mobile application), you can design your own brushes and their port on Photoshop or Illustrator.

    BUT

    There are some things that I wasn't expecting with Adobe Illustrator brush that I had not experienced in Photoshop and use with Sketch/draw lots

    The brush behaves differently in applications, so when you're in Adobe brush, there are buttons to help you see how it will look in different applications.

    MORE

    I can't figure out how to get my 'BASIC' brush library to synchronize with my CC Illustrator brush library.   I probably shouldn't have saved my brushes in there?

    If you are planning a workflow from the sketch to the Illustrator, save your brushes in a custom library of CC (on your iPad), then the answer is: sort of.

    Sketch brush behaves a little like Illustrator brushes, but it seems to be a png or another bitmap.

    The brush for Illustrator is vector.

    You can't record two.  I can't understand how you can duplicate, but you can change it back and save it.

    Brush, create your personalized Sketch brushes.

    Make your Illustration

    Send your Illustrator Illustration

    Return to the brush, convert your brushes for Illustrator

    go to Illustrator, convert your artwork in vectorized text

    in the brush library, download and apply your custom brushes.

    It is NOT optimal, but it works.

  • How can I get all the values of a set of DBMS?

    Hi all
    I use this «dbms_output.put_line (DBMS_DB_VERSION.» VERSION | '.' || DBMS_DB_VERSION. THE SHOW); "to display the version. But how do I get all the DBMS_DB_VERSION values? Is there a common way?

    Thank you.

    Best
    Laurence

    Hello

    Don't think it's possible. Even if that were the case, you would be able to use/display BOOLEAN type in SQL.

    If you aim just to see what they are, you could do something like that

    select text
      from all_source
     where owner = 'SYS'
       and name = 'DBMS_DB_VERSION'
       and type = 'PACKAGE';
    

    Or even

    select dbms_metadata.get_ddl('PACKAGE', 'DBMS_DB_VERSION', 'SYS') from dual;
    

    My version is:

    SQL> select * from v$version where rownum = 1;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    1 row selected
    

    11 g, you also have [PL/SCOPE | http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10471/adfns_plscope.htm#ADFNS02203] that might help you even more.

    Concerning
    Peter

  • Is it possible to cut all the sounds and haptic feedback when the iPhone is connected to Carplay Apple?

    Is it possible to cut all the sounds and haptic feedback when the iPhone is connected to Carplay Apple?

    While driving, I noticed that all the comments navigation are also sent to my phone, creating a distraction while driving. Is there an automatic way to stop sending alerts to my watch whil the iPhone is also connected to Carplay?

    If this is not the case, consider this as your comments/request. If there is, please share. I do not want to switch manually and on all notifications when you use Carplay.

    Best regards

    Q

    Hello

    It may help to place your watch in mode do not disturb before driving:

    -On your watch: when the time display, drag upward on the dial of the watch > drag left/right to the gaze of settings > tap the moon to turn do not disturb on and outside.

    You can also disable mirroring for do not disturb mode. When mirroring is enabled, turning on do not disturb on your watch also automatically her allow on your iPhone.

    -On your iPhone, in the application of Eve, go to: Watch My > General > do not disturb - turn the market / stop iPhone mirror.

    To send comments and/or service requests to Apple, you can submit the form here (all comments are read):

    https://www.Apple.com/feedback/watch.html

    (This is a supportive community focused on user - you don't talk to Apple here).

Maybe you are looking for

  • HP Probook 6570b: unusual startup problem

    When my WD Mybook 1130 is connected to a USB 3.0 port, my Probook will not start.  Here is the exact sequence where this happens: I do turn my notebook and plug the WD drive. The drive is recognized, installed and is fully functional. I put my laptop

  • Creation of recovery Win 7 64 bit for Satellite L500-19 x disc?

    My new Satellite L500 - 19 X came pre-installed with Win 7-64 bit version.Also includes a "product recovery Win 7 32 bit" disc Inside of the package a brochure said: "If you plan to use 64-bit at a later stage, please create a _recovery medium_ befor

  • What is different between the event create and save

    I do not understand the position of the event details, create and save, I want to know the behine the theory of functions. Can anyone give some information?  Thank you!

  • request to connect the fingerprint reader fingerprint digital persona

    Product name-pavilion dv4 1411TU Operating system-windows 7 I upgraded from windows vista to windows 7. Now when I tried to use app digital persona. It is required to connect the fingerprint from the recovery disk reader, but I don't have a recovery

  • Back to BIOS crackd

    Hi I seam to have encountered a small problem I installed a cracked version of the T60 Bios on my my machine so I can use the current wireless card at hand. The problem is that I now have problems whenever I watch a youtube video. The display will be