Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.
Forum Replies Created
-
AuthorReplies
-
Hi, @giviglie!
Please, be sure, that you activated background tasks, as described in installation manual: https://www.orocrm.com/documentation/current/book/installation#activating-background-tasks.
If after activating the tasks, you still have this behavior, please, provide an additional information about your application and environment (as described in post https://oroinc.com/b2b-ecommerce/forums/topic/please-read-this-before-starting-a-topic-with-technical-question).
Thank you!
Hi, Krzysztof!
If you still getting this error, could you, please, provide an additional information about your application and environment (as described in post https://oroinc.com/orocrm/forums/topic/please-read-before-start-a-topic-with-technical-question).
Thank you!
July 28, 2017 at 8:17 am in reply to: Dashboard Stuck On Loading Hover, Calendar-view.js TypeError #30613Hi, @kusum.gupta!
Could you, please, provide an additional information about your application and environment (as described in post https://oroinc.com/orocrm/forums/topic/please-read-before-start-a-topic-with-technical-question).
Thank you!
July 28, 2017 at 8:15 am in reply to: Issue faced in ACL security for Global Search Results for all Entities #27713Hi, @shreyas!
Please, provide an additional information about your application and environment (as described in post https://oroinc.com/orocrm/forums/topic/please-read-before-start-a-topic-with-technical-question).
Thank you!
Hi, @d.jotzo!
Please, provide an additional information about your application and environment (as described in post https://oroinc.com/orocrm/forums/topic/please-read-before-start-a-topic-with-technical-question).
Thank you!
Hi, Dima.
As an Enterprise edition user, you should direct you questions to dedicated Enterprise support site and team: http://support.orocommerce.com.
Sincerely
July 28, 2017 at 8:05 am in reply to: Application update 1.2 jquery-validate problem in customer portal #31971Hi, Dima!
Could you, please, provide an additional information about your application and environment (as described in post https://oroinc.com/b2b-ecommerce/forums/topic/please-read-this-before-starting-a-topic-with-technical-question).
Thank you!
Hi, @Atul Sinha!
The migration command is just a part of installation process. As you correctly suggested @Metzler, you should set
--timeout=0
option to command. But to perform entire installation process, you should, at the moment- Truncate your database
- Run the following command:
Shell1app/console oro:install --timeout=0
June 16, 2017 at 1:27 am in reply to: Set product visibility on a customer or customer group level? #31820Hello, @jorrit.vandenbroeck!
Yes, OroCommerce has an agile product visibility management system. Please, take a look at the documentation of the OroVisibilityBundle:
- https://github.com/orocommerce/orocommerce/blob/master/src/Oro/Bundle/VisibilityBundle/Resources/doc/product-visibility.md
https://github.com/orocommerce/orocommerce/blob/master/src/Oro/Bundle/VisibilityBundle/Resources/doc/category-visibility.md
At the moment, User Guide documentation doesn’t have a detailed description of this features, but it’s planned to be added soon.
Best regards.
Hello, Choukk.
We have scheduled improvement, that will make the saving this data optional.
At the moment you can safely truncate data in this table.Hi, @Marko.
A small investigation reveals, that, indeed,
oro:cron:integration:sync
command doesn’t run export process at the moment. To make export performed, it is necessary, for example, to write specific Process and attach it to some trigger like an “update of some your entity” event.As example, take a look at the
magento_customer_address_export
Process (in particular, how it’s defined and used in OroMagentoBundle).Regards.
June 1, 2017 at 10:51 am in reply to: An exception has been thrown during the rendering of a template (“No mapping fou #34402@francesco.2015, if you wanted just add new field to Account entity, it was enough to create a migration
and run command$ php app/console oro:migration:load --force
(as described in https://oroinc.com/orocrm/documentation/2.0/book/entities#creating-extended-entities manual, for example).The Extended Entity functional doesn’t expect using the “single table inheritance”-like entities. But, actually, you don’t need it.
Please, take a look at https://oroinc.com/orocrm/documentation/2.0/book/entities#creating-extended-entities article and feel free to ask more questions, if you’ll still have them.
Hi, @mlozynskyy!
The configuration, provided by you above, creates a new clean
new_workflow
definition, that import fromb2b_flow_lead
workflow ONLY it’s steps definition. As I suppose, this is not what you need?Accordingly to Configuration reference, if you want to create a new workflow based on some existing (for ex. “b2b_flow_lead”) and just replace steps in this new workflow, you should create configuration like
YAML1234567891011121314151617181920# Import parent workflow and clear steps definitions of new workflowimports:- { worklow: b2b_flow_lead, as: new_workflow, replace: ['steps'] }# Define your new stepsworkflows:new_workflow:steps:new_new:order: 10allowed_transitions:- qualify- cancelnew_qualified:order: 20allowed_transitions:- reactivatenew_cancelled:order: 20allowed_transitions:- reactivateJune 1, 2017 at 3:59 am in reply to: An exception has been thrown during the rendering of a template (“No mapping fou #34400Hi, @francesco.2015!
Please, take a look at @vova_soroka’s message at the thread https://oroinc.com/orocrm/forums/topic/add-custom-field-into-orocrm-entity#post-4214.
As I understand, it’s exactly answering to your question (you don’t need to create your own new Account class to customize exist Account entity).
If you’ll still have questions, let me know.
Regards.
Hi, @Marko!
Could you, please, provide the content of your batch_jobs.yml file?
-
AuthorReplies