Disciple.Tools Community D.T Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Disicple.Tools
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories

    • All tags
    • CairoCoderC

      Workflow Action: Copy value from another field

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      2
      0 Votes
      2 Posts
      369 Views
      CairoCoderC
      I was able to implement my own custom action that does this specifically for the sub-assigned field. The UI only allows the selection of a single field to perform an action on, so I used that as the source of where I want to copy a value from. This action will always copy it to the subassigned field but could be modified to alter other fields: add_filter( 'dt_workflows_custom_actions', function ( $actions ) { $actions[] = (object) [ 'id' => 'mtm_copy_to_subassigned', 'name' => 'Copy Relation Field to Sub-assigned', 'displayed' => true // Within admin workflow builder view? ]; return $actions; }, 10, 1 ); add_action( 'mtm_copy_to_subassigned', function ( $post, $field, $value ) { if ( !empty( $post ) && $post['post_type'] === 'contacts' ) { $updated_post = []; $updated_post['subassigned']['values'] = []; if ( !empty( $post[$field] ) ) { foreach ( $post[$field] as $connection ) { $updated_post['subassigned']['values'][] = [ 'value' => $connection['ID'], ]; } } // Assuming we have updated fields, proceed with post update! if ( !empty( $updated_post['subassigned']['values'] ) ) { $updated_post['subassigned']['force_values'] = true; DT_Posts::update_post($post['post_type'], $post['ID'], $updated_post, false, false); } } }, 10, 3 );
    • CorsacC

      Disciple.Tools v1.62

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      0 Votes
      1 Posts
      308 Views
      No one has replied
    • B MB

      conditional fields for the webform

      Watching Ignoring Scheduled Pinned Locked Moved D.T Webform
      5
      0 Votes
      5 Posts
      439 Views
      B MB
      Thanks will see what we can do
    • AJA

      Create Multipliers who are not Users

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      4
      1 Votes
      4 Posts
      439 Views
      CairoCoderC
      This could be helpful when link with the other request I just shared: https://community.disciple.tools/topic/89/link-a-magic-link-template-to-update-needed-triggers Having multipliers that are not users, you could use magic links that automatically get sent to them when Updates Needed triggers get triggered. Since non-users wouldn't get notifications about those comments, the combination of these two features would allow non-user contacts to be notified about updates needed for contacts they are assigned to - and give them access to make those updates.
    • CairoCoderC

      Link a Magic Link Template to Update Needed Triggers

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      0 Votes
      1 Posts
      228 Views
      No one has replied
    • K

      ABIDING IN CHRIST and MASS EVANGELISM STRATEGY

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      9
      1 Votes
      9 Posts
      720 Views
      CorsacC
      @KINGDOMgits thanks for sharing!! You totally can import CSV content into Disciple.Tools. You'll just need to install the CSV import plugin first: https://disciple.tools/plugins/disciple-tools-import/ Then head over to WP Admin > Extensions (D.T) > Import.
    • CorsacC

      Disciple.Tools v1.61!

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      0 Votes
      1 Posts
      331 Views
      No one has replied
    • CorsacC

      Send WhatsApp Notifications in more languages

      Watching Ignoring Scheduled Pinned Locked Moved Twilio - SMS & WhatsApp
      1
      0 Votes
      1 Posts
      412 Views
      No one has replied
    • CorsacC

      Disciple.Tools Notifications using SMS and WhatsApp

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      2
      0 Votes
      1 Posts
      116 Views
      No one has replied
    • CorsacC

      Ability to record voice messages on a contact record

      Watching Ignoring Scheduled Pinned Locked Moved D.T Storage
      1
      0 Votes
      1 Posts
      145 Views
      No one has replied
    • CorsacC

      Ability to use pictures in record comments

      Watching Ignoring Scheduled Pinned Locked Moved D.T Storage
      1
      0 Votes
      1 Posts
      124 Views
      No one has replied
    • CorsacC

      Presenting: Disciple.Tools Storage Plugin

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      1
      0 Votes
      1 Posts
      380 Views
      No one has replied
    • CorsacC

      User avatars

      Watching Ignoring Scheduled Pinned Locked Moved D.T Storage
      1
      0 Votes
      1 Posts
      168 Views
      No one has replied
    • CorsacC

      More Storage Providers

      Watching Ignoring Scheduled Pinned Locked Moved D.T Storage
      1
      0 Votes
      1 Posts
      118 Views
      No one has replied
    • CorsacC

      Released! Prayer Campaigns v4

      Watching Ignoring Scheduled Pinned Locked Moved Prayer Campaigns
      1
      0 Votes
      1 Posts
      278 Views
      No one has replied
    • CorsacC

      Disciple.Tools v1.60

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      0 Votes
      1 Posts
      150 Views
      No one has replied
    • AJA

      Import Prayer Fuel - WP Installer?

      Watching Ignoring Scheduled Pinned Locked Moved Prayer Campaigns answered
      4
      1
      0 Votes
      4 Posts
      399 Views
      CorsacC
      In v3.3.6: "Fix this" link fixed and wording changed to "Wordpress Importer". [image: 1712566349991-84e40aef-c493-42a4-9409-37590d83bb43-image.png]
    • AJA

      Prayer Fuel Excerpt?

      Watching Ignoring Scheduled Pinned Locked Moved Prayer Campaigns answered
      3
      2
      0 Votes
      3 Posts
      319 Views
      AJA
      @Corsac . . . well, duh. Totally missed that dropdown - was looking for it elsewhere. Thanks - that works.
    • Cody AdamsC

      Adding the "Assigned To," box to New Contact windo

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion answered
      4
      1
      0 Votes
      4 Posts
      344 Views
      CorsacC
      @Cody-Adams the new D.T release is out. You should be able to use the assigned to fields now once you've installed the update.
    • CorsacC

      Disciple.Tools v1.59

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      0 Votes
      1 Posts
      394 Views
      No one has replied