I have address field which is stored in accounts module while creating the account. Here what I want is this address field should reflect in all modules can any one clearly explain me about this query .thanks in advance.
<?php //WARNING: The contents of this file are auto-generated
// created: 2015-03-20 11:43:27 $dictionary['Account']['fields']['billing_address_country']['required']=true; $dictionary['Account']['fields']['billing_address_country']['audited']=true; $dictionary['Account']['fields']['billing_address_country']['comments']='The country used for the billing address'; $dictionary['Account']['fields']['billing_address_country']['merge_filter']='disabled';
// created: 2015-03-20 11:43:20 $dictionary['Account']['fields']['billing_address_postalcode']['required']=true; $dictionary['Account']['fields']['billing_address_postalcode']['audited']=true; $dictionary['Account']['fields']['billing_address_postalcode']['comments']='The postal code used for billing address'; $dictionary['Account']['fields']['billing_address_postalcode']['merge_filter']='disabled';
// created: 2015-03-10 07:07:36 $dictionary['Account']['fields']['account_type']['len']=100; $dictionary['Account']['fields']['account_type']['comments']='The Company is of this type'; $dictionary['Account']['fields']['account_type']['merge_filter']='disabled'; $dictionary['Account']['fields']['account_type']['required']=true; $dictionary['Account']['fields']['account_type']['audited']=true; $dictionary['Account']['fields']['account_type']['default']=''; $dictionary['Account']['fields']['account_type']['options']='acc_type_c_list';
// created: 2015-03-20 11:43:12 $dictionary['Account']['fields']['billing_address_state']['required']=true; $dictionary['Account']['fields']['billing_address_state']['audited']=true; $dictionary['Account']['fields']['billing_address_state']['comments']='The state used for billing address'; $dictionary['Account']['fields']['billing_address_state']['merge_filter']='disabled';
// created: 2015-03-20 11:43:34 $dictionary['Account']['fields']['billing_address_city']['required']=true; $dictionary['Account']['fields']['billing_address_city']['audited']=true; $dictionary['Account']['fields']['billing_address_city']['comments']='The city used for billing address'; $dictionary['Account']['fields']['billing_address_city']['merge_filter']='disabled';
// created: 2015-03-20 11:43:00 $dictionary['Account']['fields']['billing_address_street']['comments']='The street address used for billing address'; $dictionary['Account']['fields']['billing_address_street']['merge_filter']='disabled'; $dictionary['Account']['fields']['billing_address_street']['required']=true; $dictionary['Account']['fields']['billing_address_street']['audited']=true;
// created: 2015-02-23 08:09:30 $dictionary['Account']['fields']['shipping_address_street']['comments']='The street address used for for shipping purposes'; $dictionary['Account']['fields']['shipping_address_street']['merge_filter']='disabled';
Brother brother if you please read our conversation from start and see which paths i have told you to write the code and confirm that all code and paths are accurate than i am 100% sure it will work for you. Also check the file i am going to share on skype (sdd me skype username : waleeedraza)and kindly follow the same paths and same code don't be panic just chill and code it will work.Get start from start of conversation and follow all steps 1 by 1.
I have Module called Quote In this module I have 2 subpanels called Quote Line Item and Contract. Here what I want is the quote module has a status field where it has two parameters like Draft And Approved .
If the status field is Approved then only the create button of contract subpanel should work else if it is in Draft it should give a message the quote is not approved .
Can u please help me regarding this I am using 6.5.20 community edition. Thanks In Advance Please find above screen shot of my query