Forum Replies Created
-
AuthorPosts
-
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:
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?
Ran out of attachments. Here’s what the styling looks like with my custom CSS.
Attachments:
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!
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. 🙂
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,
TriciaI’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.
Now we are cooking. Its seems to be not formatting it right.
Attachments:
Now I’m getting an error.
Attachments:
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.
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:
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.
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.Attachments:
I do an Admin Tab that only I can see so I can view the values being passed.
Attachments:
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. -
AuthorPosts