Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added photo field to upload picture in x_snc_pointsthing_user table. #73

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 9c7718cddb229150791d8f8d13961979/checksum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
V2yz811j6akv3tKJlMtH3abDl92DHylXfkut1xh8gSo_sC8kddeq8Ni4Asyt0fWTsf_PMlKL689IAMyWN_4MLG77Q3Sln7lysQ0RDxk8hRvQg6A6zOf3DBubHrkYzyJPvhaJtN6T_ODFaDsd8nDMT0LUVQl6WWljvFzSCk4gP1JS1xcecjkRDhJlTa0oTQRMsHGSSU4sI0gWxW_EBLQhoqspPFRPdOFbOOAkfwAA0PNThHvisWo4O33F-Uy4hz8nLuuZsFW73ASfMkDWfWldQLEatpE747877xI7lxJkR4LHiU22J0WwBJ3kqHF1c0YUcsLs615eGnCFJYw_QTwUiLkeYkLaPAGCNogigonJC_7_vk_rQHFmFeVK-jWJW0tyPqXpp-GhkHp3eKA5eawRSjfA6GZk7Ewi8-t8w1CW0WfCPqmPbokSGMk2IJJ7SbPTgU9_j_bNd1EW4Om4PT8I7aKjXmEEKEJ5EPrKdn9SkMzL-NwcXQHBNZka0Jc6_wv1i4S4Xz7QfPZ-B_kElQVbB8OwAudate_5OPXyIR6xOHwxiKbKHAFMg0osIrmRRyj-RsvCSDyaBJ1NGhKMuhRuPkNDYbyT-bKdXLH_vCCXYHIa_N4lnSBG9HA1dVnDtng4dzdbIQ1oBBusTX0R_LX9DOGlaESzF3eiMOpzfuwg2qY
n6tpcd7y8ARCC1QnsnfM6MHlRna-8MEISUEdhsrlqfTHI1udL4vX-8YOvBbDPE1PeoJ5pMJMz3gNV6ZQPF2WFBJbyk0SHQmUqCOwS0yU9rJerxR55luZmI97o9xWC_88z826Hcv6a_r04UTi1_IUN7nWzN51-QqMgXOm9mevedKgNhegCn6RYRaoz03FteyLm9SJMEvWnoMvARChHqOC3EYsAfzEuCxjpQUwjfsLlpQig3cg15CofDYhBNnUgtRaMuIeqQXlLeaVCvvxgxgcq2fDELzZdGMorplm1Zk_uI-pS1oqqJeD5AH8IEc5qGJZ0Y0i3DSVpIRAUVep8IXbe2feBk_93ejyWTUq03EEJ9FAoEpPXWLQ3ESd3GXUwVXGKULTqtzIoEZ9sAWIPGgBBpvPohzVG-_USRRCw5GF-bplFtFj2TTWLnLBIMKUDXMUYjZopHLm_dN-9r6wydPYN37uOHAVpYO3ITkpyXeDftq9XEC4nK3j1dwHaucku8UoGUZI1c4zOx8BtnTAlS4JTUdSY93zqJ538_odqYpiDiuPXwmx_mxquZtoHPXGVAUiK6MUQd9H44x9J0EG0wdS4tdB-9ojwfQsuJjFKY4tuBAjnxkEG3xnrr-ew7mSS0EyWH7VsbYqi47b1fcMR7u8VpJDzJEMq21luQYKZgTTJhw
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?><database>
<element db_object_id="8e948c5c475ca510e628d855d36d4368" label="User" max_length="40" name="x_snc_pointsthing_user" type="collection">
<element label="Name Updated" max_length="40" name="name_updated" read_only="true" type="glide_date_time"/>
<element label="photo" max_length="40" name="photo" type="user_image"/>
<element display="true" label="User name" max_length="40" name="user_name" read_only="true" type="string"/>
<element label="Name Updated" max_length="40" name="name_updated" read_only="true" type="glide_date_time"/>
<element default="0" label="Points" max_length="40" name="points" type="integer"/>
<element label="User ID" max_length="40" name="user_id" type="string"/>
</element>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?><record_update>
<sys_dictionary action="INSERT_OR_UPDATE" element="photo" table="x_snc_pointsthing_user">
<active>true</active>
<array>false</array>
<attributes/>
<audit>false</audit>
<calculation><![CDATA[(function calculatedFieldValue(current) {

// Add your code here
return ''; // return the calculated value

})(current);]]></calculation>
<choice/>
<choice_field/>
<choice_table/>
<column_label>photo</column_label>
<comments/>
<create_roles/>
<default_value/>
<defaultsort/>
<delete_roles/>
<dependent/>
<dependent_on_field/>
<display>false</display>
<dynamic_creation>false</dynamic_creation>
<dynamic_creation_script/>
<dynamic_default_value/>
<dynamic_ref_qual/>
<element>photo</element>
<element_reference>false</element_reference>
<foreign_database/>
<formula/>
<function_definition/>
<function_field>false</function_field>
<internal_type display_value="">user_image</internal_type>
<mandatory>false</mandatory>
<max_length>40</max_length>
<name>x_snc_pointsthing_user</name>
<next_element/>
<primary>false</primary>
<read_only>false</read_only>
<read_roles/>
<reference/>
<reference_cascade_rule/>
<reference_floats>false</reference_floats>
<reference_key/>
<reference_qual/>
<reference_qual_condition/>
<reference_type/>
<spell_check>false</spell_check>
<staged>false</staged>
<sys_class_name>sys_dictionary</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2024-10-21 14:52:23</sys_created_on>
<sys_name>photo</sys_name>
<sys_package display_value="Points Thing" source="x_snc_pointsthing">9c7718cddb229150791d8f8d13961979</sys_package>
<sys_policy/>
<sys_scope display_value="Points Thing">9c7718cddb229150791d8f8d13961979</sys_scope>
<sys_update_name>sys_dictionary_x_snc_pointsthing_user_photo</sys_update_name>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2024-10-21 14:52:23</sys_updated_on>
<table_reference>false</table_reference>
<text_index>false</text_index>
<unique>false</unique>
<use_dependent_field>false</use_dependent_field>
<use_dynamic_default>false</use_dynamic_default>
<use_reference_qualifier>simple</use_reference_qualifier>
<virtual>false</virtual>
<virtual_type>script</virtual_type>
<widget/>
<write_roles/>
<xml_view>false</xml_view>
</sys_dictionary>
</record_update>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?><record_update>
<sys_documentation element="photo" label="Photo" language="en" table="x_snc_pointsthing_user">
<sys_documentation action="INSERT_OR_UPDATE">
<element>photo</element>
<help/>
<hint/>
<label>Photo</label>
<language>en</language>
<name>x_snc_pointsthing_user</name>
<plural>Photos</plural>
<sys_class_name>sys_documentation</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2024-10-21 14:52:24</sys_created_on>
<sys_mod_count>0</sys_mod_count>
<sys_name>Photo</sys_name>
<sys_package display_value="Points Thing" source="x_snc_pointsthing">9c7718cddb229150791d8f8d13961979</sys_package>
<sys_policy/>
<sys_scope display_value="Points Thing">9c7718cddb229150791d8f8d13961979</sys_scope>
<sys_update_name>sys_documentation_x_snc_pointsthing_user_photo_en</sys_update_name>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2024-10-21 14:52:24</sys_updated_on>
<url/>
<url_target/>
</sys_documentation>
</sys_documentation>
</record_update>
Original file line number Diff line number Diff line change
@@ -1,100 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?><record_update>
<sys_ui_section caption="" section_id="0810f485dba29150791d8f8d139619bd" sys_domain="global" table="x_snc_pointsthing_user" version="3" view="">
<sys_ui_element action="INSERT_OR_UPDATE">
<element>.begin_split</element>
<element>photo</element>
<position>0</position>
<sys_created_by>earl.duque</sys_created_by>
<sys_created_on>2022-10-13 04:35:07</sys_created_on>
<sys_id>58107885dba29150791d8f8d13961945</sys_id>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2024-10-21 14:54:17</sys_created_on>
<sys_id>9fac200fc39112101ca3d0dc0501315e</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_ui_formatter/>
<sys_ui_section caption="NULL" display_value="" name="x_snc_pointsthing_user" sys_domain="global" view="Default view">0810f485dba29150791d8f8d139619bd</sys_ui_section>
<sys_updated_by>earl.duque</sys_updated_by>
<sys_updated_on>2022-10-13 04:35:07</sys_updated_on>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2024-10-21 14:54:17</sys_updated_on>
<sys_user/>
<type>.begin_split</type>
<type/>
</sys_ui_element>
<sys_ui_element action="INSERT_OR_UPDATE">
<element>user_id</element>
<position>1</position>
<sys_created_by>earl.duque</sys_created_by>
<sys_created_on>2022-10-13 04:35:07</sys_created_on>
<sys_id>dc107885dba29150791d8f8d13961945</sys_id>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2024-10-21 14:54:17</sys_created_on>
<sys_id>17ac200fc39112101ca3d0dc0501315f</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_ui_formatter/>
<sys_ui_section caption="NULL" display_value="" name="x_snc_pointsthing_user" sys_domain="global" view="Default view">0810f485dba29150791d8f8d139619bd</sys_ui_section>
<sys_updated_by>earl.duque</sys_updated_by>
<sys_updated_on>2022-10-13 04:35:07</sys_updated_on>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2024-10-21 14:54:17</sys_updated_on>
<sys_user/>
<type/>
</sys_ui_element>
<sys_ui_element action="INSERT_OR_UPDATE">
<element>user_name</element>
<position>2</position>
<sys_created_by>earl.duque</sys_created_by>
<sys_created_on>2022-10-13 04:35:07</sys_created_on>
<sys_id>50107885dba29150791d8f8d13961946</sys_id>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2024-10-21 14:54:17</sys_created_on>
<sys_id>9bac200fc39112101ca3d0dc0501315f</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_ui_formatter/>
<sys_ui_section caption="NULL" display_value="" name="x_snc_pointsthing_user" sys_domain="global" view="Default view">0810f485dba29150791d8f8d139619bd</sys_ui_section>
<sys_updated_by>earl.duque</sys_updated_by>
<sys_updated_on>2022-10-13 04:35:07</sys_updated_on>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2024-10-21 14:54:17</sys_updated_on>
<sys_user/>
<type/>
</sys_ui_element>
<sys_ui_element action="INSERT_OR_UPDATE">
<element>.split</element>
<position>3</position>
<sys_created_by>earl.duque</sys_created_by>
<sys_created_on>2022-10-13 04:35:07</sys_created_on>
<sys_id>d0107885dba29150791d8f8d13961946</sys_id>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2024-10-21 14:54:17</sys_created_on>
<sys_id>13ac200fc39112101ca3d0dc05013160</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_ui_formatter/>
<sys_ui_section caption="NULL" display_value="" name="x_snc_pointsthing_user" sys_domain="global" view="Default view">0810f485dba29150791d8f8d139619bd</sys_ui_section>
<sys_updated_by>earl.duque</sys_updated_by>
<sys_updated_on>2022-10-13 04:35:07</sys_updated_on>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2024-10-21 14:54:17</sys_updated_on>
<sys_user/>
<type>.split</type>
</sys_ui_element>
<sys_ui_element action="INSERT_OR_UPDATE">
<element>points</element>
<position>4</position>
<sys_created_by>earl.duque</sys_created_by>
<sys_created_on>2022-10-13 04:35:07</sys_created_on>
<sys_id>54107885dba29150791d8f8d13961946</sys_id>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2024-10-21 14:54:17</sys_created_on>
<sys_id>97ac200fc39112101ca3d0dc05013160</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_ui_formatter/>
<sys_ui_section caption="NULL" display_value="" name="x_snc_pointsthing_user" sys_domain="global" view="Default view">0810f485dba29150791d8f8d139619bd</sys_ui_section>
<sys_updated_by>earl.duque</sys_updated_by>
<sys_updated_on>2022-10-13 04:35:07</sys_updated_on>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2024-10-21 14:54:17</sys_updated_on>
<sys_user/>
<type/>
</sys_ui_element>
<sys_ui_element action="INSERT_OR_UPDATE">
<element>.end_split</element>
<position>5</position>
<sys_created_by>earl.duque</sys_created_by>
<sys_created_on>2022-10-13 04:35:07</sys_created_on>
<sys_id>d4107885dba29150791d8f8d13961946</sys_id>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2024-10-21 14:54:17</sys_created_on>
<sys_id>1fac200fc39112101ca3d0dc05013160</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_ui_formatter/>
<sys_ui_section caption="NULL" display_value="" name="x_snc_pointsthing_user" sys_domain="global" view="Default view">0810f485dba29150791d8f8d139619bd</sys_ui_section>
<sys_updated_by>earl.duque</sys_updated_by>
<sys_updated_on>2022-10-13 04:35:07</sys_updated_on>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2024-10-21 14:54:17</sys_updated_on>
<sys_user/>
<type>.end_split</type>
</sys_ui_element>
<sys_ui_element action="INSERT_OR_UPDATE">
<element>name_updated</element>
<position>6</position>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2023-05-30 14:32:31</sys_created_on>
<sys_id>ffdc8672470fe590e628d855d36d43eb</sys_id>
<sys_created_on>2024-10-21 14:54:17</sys_created_on>
<sys_id>93ac200fc39112101ca3d0dc05013161</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_ui_formatter/>
<sys_ui_section caption="NULL" display_value="" name="x_snc_pointsthing_user" sys_domain="global" view="Default view">0810f485dba29150791d8f8d139619bd</sys_ui_section>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2023-05-30 14:32:31</sys_updated_on>
<sys_updated_on>2024-10-21 14:54:17</sys_updated_on>
<sys_user/>
<type/>
</sys_ui_element>
Expand Down
Loading