Why does my inline html field not show up on my cu...
# general
a
Why does my inline html field not show up on my custom record?
s
Custom record have setting to say allow inline editing if it’s false it will not show edit button.
a
Can I store a value?
Or do I have to fill it out with a client script?
Why is store value greyed out?
s
inline html are for html, you don't see what's in them unless its html showing something
a
I tried with nlapisubmitfield but I did not see it.
k
as a non stored value field - submit field won't do anything
you can provide a default field value in the formula section
a
So let me get this. I just have a field that I can use a client script to add stuff?
k
Yes you can set that value with script - but submit field doesn't work because that would require that your field store value
however - if your method for setting the field value is depending on other records on or attached to the record you are looking at - you can potentially use the simpler formula box to do your HTML in
s
You can put stuff in the field with UE as well or default the value on the field definition as kevin said. Depends exactly what you want sitting in there.