Tricia S.

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • in reply to: Issue with new class #30075
    Tricia S.
    Participant

    I removed all my custom CSS related the dffs_req_and_tt.
    The items in red are all from a CCDW. Included the readonly which is set by an on load rule.

    Attachments:
    in reply to: Issue with new class #30069
    Tricia S.
    Participant

    Hi Alexander,

    I’m pretty sure its the latest version. Version screen shot include.

    I included some front/back end shots. My field labels tend to be hidden.

    I am on the 4/15/2020 version. Is it something I should update the may version?

    in reply to: Issue with new class #30035
    Tricia S.
    Participant

    Ran out of attachments. Here’s what the styling looks like with my custom CSS.

    Attachments:
    in reply to: Bugs-Heading and Rules Affected #29151
    Tricia S.
    Participant

    Thanks Alexander!

    I tend not to use the the real Field labels because I don’t uses spaces and special characters to avoid the _x0020 in my FIN, but my users want the labels to be readable.

    I know I could name them and then rename them but Switching between the display name and FIN is just a pain. and can change depending on what you are in. I’d rather just do pretty in the front UI and business in the back.

    Noticed in the CSS file the cursor is still set to default for read only, but I couldn’t find where the blue box for read only was coming from. Idk If this is more efficient or not, but before the toggle was added we did:

    
    
       input:disabled + .slider {
      cursor:not-allowed;
    }
    input:disabled + .slider:before {
      cursor:not-allowed;
    }

    and then instead of readonly I did

    document.getElementById("Related_ac2e01da-5fc4-4818-9ee1-a3cafbf03a51_$BooleanField").disabled = true;

    They like that it showed the toggle but was very clear you couldn’t click on it. Not something I’m expecting in an update just wanted to put it out there in case it was helpful.

    My users love the toggle so thanks for adding!

    in reply to: Var CAML Broken? #29063
    Tricia S.
    Participant

    Thanks Again Alexander! I have done it before. Just can be a bit of a pain when you have that nice UI tab I could use instead. Thanks for adding to the next release! I’m really looking forward to this next release now. 🙂

    in reply to: Var CAML Broken? #29058
    Tricia S.
    Participant

    Thanks Alexander,

    While on the Subject of vars, Can we use the {var:name_of_Var} in the “BaseUrl of the list” on the Cascading dropdowns?
    I reviewed the change log and only found where it could be used in the list values.
    I am finding that having a var for the Site here would be extremely helpful.

    Thanks,
    Tricia

    in reply to: Var CAML Broken? #29013
    Tricia S.
    Participant

    I’m Not using any formulas or Functions yet. In my custom JS I just have:

    var myCAML = “<Value Type=’Integer’>1</Value><Value Type=’Integer’>4</Value>”;

    I have also tried adding more quotes but it just made it worse.

    in reply to: Var CAML Broken? #29008
    Tricia S.
    Participant

    Now we are cooking. Its seems to be not formatting it right.

    Attachments:
    in reply to: Var CAML Broken? #29002
    Tricia S.
    Participant

    Now I’m getting an error.

    in reply to: Var CAML Broken? #28998
    Tricia S.
    Participant

    I can have its as simple as
    Custom JS:
    var testCAML = “<Where><In><FieldRef Name=’ID’/><Values><Value Type=’Integer’>1</Value><Value Type=’Integer’>4</Value></Values></In></Where>”;

    with
    Write your own CAML-query:{var:testCAML}

    and it won’t work, It just pulls all Items.

    But if i just do :
    Write your own CAML-query:<Where><In><FieldRef Name=’ID’/><Values><Value Type=’Integer’>1</Value><Value Type=’Integer’>4</Value></Values></In></Where>

    It works fine. It just pulls the ID’s listed.

    in reply to: Var CAML Broken? #28995
    Tricia S.
    Participant

    The Var in the custom JS seems to be working fine, but the vLookup keeps pulling all when it should only pull the items listed in my var. See image.

    Its like it Can’t tell that the CAML is there so it just pulls everything.

    Attachments:
    in reply to: Rule with Lookup field #28867
    Tricia S.
    Participant

    How do you asses that there has been a/any change for multi-lookup field?

    I have my JS for what I want to do but I can’t seem to get it to run after a change has occurred. I need it for both New and Edit. Since its not in the rules I’m not sure how I can trigger it.

    in reply to: General DFFS enhancement suggestions #27288
    Tricia S.
    Participant

    Hi I would like to request that there be a way to add a Text field to be part of the SBS table and show up next to the form bodies.
    In my example I want the the true/false to appear next to the check box in my SBS.

    in reply to: vLookup within a vLookup using Listview #27105
    Tricia S.
    Participant

    I do an Admin Tab that only I can see so I can view the values being passed.

    Attachments:
    in reply to: vLookup within a vLookup using Listview #27099
    Tricia S.
    Participant

    The list view setting should work like normal.I don’t use because I’m in modern and its a bit chunky to me. If you have the List view box checked and the CEWP added in it should work just fine.

    My Parent is Called Projects.
    My child is Called PoPs.
    My grand child is Called CLINs.
    Projects and Pop vlookup relationship are set up normal.

    So long as you pass an extra (the Project ID)field from the child to the grand child, you can create a lookup.
    Screen shots attached.

Viewing 15 posts - 16 through 30 (of 31 total)