toggle allow edit on form - settings

I unfortunatelly clicked on the checkbox to modify content at user setting of the Invent Journal Transfer form.
Now the form is not active and due to that I can not open user setting to take steps back.
I have tried to find in properties of the form in AOT where is setup to not allowed to edit the form but i haven't find.
I have also tried to find somenthing in users group security but also nothing.
Can somebody help please?
Thanks in advance
Vladimir.

As i understand u trying to edit item inventsite from journal lines.
If its posted basicly u cannot edit. also inventdimensions work with DimGroupId u can simply just go inventtable and check dimgroupid is it allowed the inventsite.
Form looks like this > http://www.dynamicsaxtraining.com/wp-content/uploads/2011/07/InventoryDimensions.png

Related

Removing the help icon from the homepage header servicenow

I just started with servicenow.
I am looking for the way to modify the header and hide the help icon, only for the homepage. Any suggestion or useful articles - much appreciated.
This Toggle Help Sidebar is added by a embedded help plugin.
In order to hide it , you need to traverse through the sys_properties.list << com.glide.embedded_help.enabled << Set Value as false.
logout and login back again with the new user session.
https://community.servicenow.com/community?id=community_question&sys_id=d0ac07e5db9cdbc01dcaf3231f96195c
If you want to hide it for a single page you can write a global UI script and hide the DOM element if the URL is the right one.

Joomla add a "tag" field to the front end of a form

I'm fairly new to Joomla and I need some help and guidance on adding tags to a form. Basically, what I want to do is, have a text box where people can enter "tags", as the person types, tags that are already in the system will show up in a drop down menu (or some other way for the user to select existing tags). Does that make since? it's a fairly common thing to do, but I can't seem to find how to do it.
Just noticed... I want to do exactly what you do with the tags field when asking a new question here.
I've tried ChronoForms, but again, can not find any information on how to add a tag field to the front-end of a form.
Thanks for any help,
Ross
Please check the AutoCompleter demo form in CFv6 - that does what you are asking for - set Multi-Select to Yes to allow multiple tags.

Backend Product Info Grid Modificaiton

I want to create a new text field right under the SKU text field in the Product Information > General tab and populate it with the product's attribute set value. What I want can be seen in the picture below.
Unfortunately, for the past 4 hours I have been trying to locate the file that includes the code which produces the specific layout but so far I had no luck. I 'd be really grateful if anyone could give me a heads up.
Thank you for your time!
Enable backend path hints to find out which file it is. You can do it this way.
http://www.classyllama.com/development/magento-development/enable-templateblock-hints-in-admin-panel
Please note this is basically hacking. A better way to do it would be to follow something like this
http://www.marketingadept.com/blog/2014/01/magento-developers-add-a-custom-field-to-the-category-admin-page/
It's up to you, speed or do it the right way. Goodluck

WooCommerce: How to disable variable_product_type_options in my plugin?

I want to disable the call to variable_product_type_options in my plugin. The plugin is a little helper function, that will help the user to create custom variations, instead of going through the regular variations in the default form. I want to do this, because a product has very long loading and saving times when it has too many variations (say, for example 100). Also, nobody really wants to edit these manually. Anyway, they are loaded by default for a product of type "variable", so I want to remove this.
I know, all I have to do is this:
remove_action('woocommerce_product_write_panels', 'variable_product_type_options');
The only problem is, that I can't find the right place to do that. I have tried in the action "woocommerce_loaded" but it's still there. So I need to know which WooCommerce action will be fired after the woocommerce_product_write_panels but before the admin form for the product is processed.

Magento Specifications (Additional Data = Attributes) not showing ONLY on two product pages??

I’m scratching my head over this one as I can’t quite figure out what’s going on.
The Specifications tab is supposed to show all the attributes for these two products, but there’s nothing shown here:
http://www.centurioncctv.com/index.php/outlet/recordersoutlet/hd16p.html
http://www.centurioncctv.com/index.php/outlet/recordersoutlet/hd08p.html
These two products are in the Digital Recorders Attribute set, just like the rest of these DVRs on other pages...
All of these DVRs show Specifications (Additional Data) correctly.... but why only on the two pages above nothing would show...?
Please share some ideas with me…
I’ve tried recreating the product (not duplicating), but the result is the same.
Does anyone know where to start? I know that it has something to do with view.phtml… or something. Or is it that perhaps the folder in which the attributes are stored have wrong permission?
Does anyone know where to look for permission status for certain products’ attributes??
I also added “Downloads” and they are also not shown…
Anyone? Please help?
Thank you!!
The additional attributes are actually rendered if you look at the generated page source. There seems to be a <div> nesting error in the description content, so the javascript selector to show the attributes doesn't work correctly.
I suggest cleaning up the HTML for the description, and the other tab should start working again.

Resources