suitecrm to do , guides , progress ,
What is audit checkbox when creating new field in custom module ??
guide - https://community.suitecrm.com/t/add-data-in-subpanel/72232
custom/modules/Leads/Ext/Vardefs contain latest vardef , which gets build from custom/Extension/modules/Leads/Ext/Vardefs
to do
watch it --- https://www.youtube.com/watch?v=38SRVXDR3dY
https://www.youtube.com/watch?v=D1K4QhNgPXI&pp=ygUPc3VpdGVjcm0gZnVubmVs
open
- in 2nd installation change --- text field to dropdown , I was getting error
- how to upload data and make relations b/w modules using excel upload feature ans - https://community.suitecrm.com/t/relation-between-custom-modules-and-suitecrm-modules/85100
https://community.suitecrm.com/t/import-contacts-from-excel-file-files/30195 - not usefull at all
https://community.suitecrm.com/t/show-related-module-fields-in-other-module/73632 -- might contain solution ,read it
https://community.suitecrm.com/t/connect-module-with-contacts-accounts-through-import/70991 --checked not helpful , says to use phpmyadmin method
https://support.sugarcrm.com/knowledge_base/studio_and_module_builder/introduction_to_relationships_and_relate_fields/#Deciding_Which_Type_to_Use
http://cheleguanaco.blogspot.com/2012/03/sugarcrm-cookbook-adding-related.html
solution ---- create a temp field and then use workflow for making relationship ( not working )
https://chatgpt.com/share/50c90271-bc8f-4d77-8507-03b9f12b90a7 ( might work , says to do coding )
It won't spit out code until you tell it you're a PHP developer and you can ask it for * an example. * Also it will omit pieces of code when you're working on other sections, for example when writing a method inside a class it might not output the other methods so you still have to understand what is going on.
solved
q) custom module field not available in check for duplicates suitecrm
ans --- 1) https://community.suitecrm.com/t/duplicate-check-fileds-in-custom-module-import/35604/2
2) https://support.sugarcrm.com/documentation/sugar_developer/sugar_developer_guide_13.0/data_framework/vardefs/specifying_custom_indexes_for_import_duplicate_checking/
progress
custom module duplicate thing solved
created a workflow which sends email to same id on adding contact with dept as "IT"
Comments
Post a Comment